We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c8934 commit 6cafb00Copy full SHA for 6cafb00
2 files changed
benchmarks/CMakeLists.txt
@@ -43,7 +43,6 @@ target_compile_options(gl_benchmarks PRIVATE
43
-Wextra
44
-Wcast-align
45
-Wconversion
46
- -Wsign-conversion
47
-Wunreachable-code
48
-Wuninitialized
49
-Wunused
tests/CMakeLists.txt
@@ -24,7 +24,6 @@ function(add_test_target TARGET_NAME SOURCE_DIRS DATA_DIR TESTING_DEF)
24
)
25
26
target_include_directories(${TARGET_NAME} PRIVATE ${INCLUDE_DIRS})
27
- # TODO: add -Wsign-conversion
28
target_compile_options(${TARGET_NAME} PRIVATE
29
-Werror
30
-Wall
0 commit comments