Skip to content

Commit 6b7c123

Browse files
committed
refactor: comment out compiler warning options in CMakeLists.txt
1 parent cae8814 commit 6b7c123

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
set(CMAKE_COMPILE_WARNING_AS_ERROR ON)
1919

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()
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()
2626

2727
add_subdirectory(iceberg)

0 commit comments

Comments
 (0)