mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:45:45 -04:00
dep: Add rapidyaml
This commit is contained in:
16
dep/rapidyaml/src/c4/language.cpp
Normal file
16
dep/rapidyaml/src/c4/language.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "c4/language.hpp"
|
||||
|
||||
namespace c4 {
|
||||
namespace detail {
|
||||
|
||||
#ifndef __GNUC__
|
||||
void use_char_pointer(char const volatile* v)
|
||||
{
|
||||
C4_UNUSED(v);
|
||||
}
|
||||
#else
|
||||
void foo() {} // to avoid empty file warning from the linker
|
||||
#endif
|
||||
|
||||
} // namespace detail
|
||||
} // namespace c4
|
Reference in New Issue
Block a user