Fix some "-Wpedantic" warnings

This commit is contained in:
scribam
2019-05-12 23:01:28 +02:00
committed by Ivan
parent 99c1f87289
commit 790962425c
17 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace logs
void set_level(const std::string&, level);
}
#define LOG_CHANNEL(ch, ...) ::logs::channel ch(#ch, ##__VA_ARGS__);
#define LOG_CHANNEL(ch, ...) ::logs::channel ch(#ch, ##__VA_ARGS__)
// Legacy: