diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a789e87..f44ba5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,13 +47,10 @@ target_compile_options(${LIBRARY_NAME} PRIVATE -Wall -Wextra - -Wno-unused-parameter - -Wno-unused-function -Wno-sign-conversion -Wno-missing-field-initializers - $<$<NOT:$<CONFIG:Debug>>:-Wno-unused-variable -Wno-unused-but-set-variable> -Wundef -Wconversion -Wdouble-promotion -)
\ No newline at end of file +) |
