We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae8814 commit 6b7c123Copy full SHA for 6b7c123
src/CMakeLists.txt
@@ -17,11 +17,11 @@
17
18
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
19
20
-if(MSVC)
21
- add_compile_options(/W4 /we4100)
22
-else()
23
- add_compile_options(-Wall -Wextra -Werror=unused-parameter
24
- -Werror=missing-field-initializers)
25
-endif()
+#if(MSVC)
+# add_compile_options(/W4 /we4100)
+#else()
+# add_compile_options(-Wall -Wextra -Werror=unused-parameter
+# -Werror=missing-field-initializers)
+#endif()
26
27
add_subdirectory(iceberg)
0 commit comments