We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b318b3b commit df9dd7fCopy full SHA for df9dd7f
src/lib/codec/common/common.h
@@ -32,13 +32,18 @@
32
#endif /* _WIN32 */
33
#include <chrono>
34
35
-
+#if defined(__GNUC__) || defined(__clang__)
36
#pragma GCC diagnostic push
37
#pragma GCC diagnostic ignored "-Wsign-conversion"
38
+#endif
39
+
40
#include "spdlog/spdlog.h"
-#include <spdlog/sinks/basic_file_sink.h> // Required for basic_logger_mt
41
+#include <spdlog/sinks/basic_file_sink.h>
42
#include <spdlog/sinks/stdout_color_sinks.h>
43
44
45
#pragma GCC diagnostic pop
46
47
48
49
#include "grok.h"
0 commit comments