We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d095976 commit 146933fCopy full SHA for 146933f
3rdparty/CMakeLists.txt
@@ -1,3 +1,6 @@
1
include(perfparser.cmake)
2
include(PrefixTickLabels.cmake)
3
add_subdirectory(fmtparser)
4
+
5
+set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wno-error)
6
+target_compile_options(fmt_parser PRIVATE -Wno-pedantic -Wno-address -Wno-unused-variable -Wno-error)
0 commit comments