mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 04:11:50 +02:00
Fix warnings on Windows
This commit is contained in:
parent
30753f9f61
commit
ade0ee7be3
13 changed files with 67 additions and 63 deletions
|
@ -95,7 +95,9 @@
|
|||
/// External logger macros
|
||||
// usage: LOG(SEVERITY) or LOG(SEVERITY, TAG)
|
||||
// e.g.: LOG(NOTICE) or LOG(NOTICE, "my tag")
|
||||
#ifndef WIN32
|
||||
#define LOG(...) AIXLOG_INTERNAL__LOG_MACRO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) << TIMESTAMP << FUNC
|
||||
#endif
|
||||
#define SLOG(...) AIXLOG_INTERNAL__LOG_MACRO_CHOOSER(__VA_ARGS__)(__VA_ARGS__) << TIMESTAMP << SPECIAL << FUNC
|
||||
|
||||
// usage: COLOR(TEXT_COLOR, BACKGROUND_COLOR) or COLOR(TEXT_COLOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue