Skip to content

Commit

Permalink
Activate fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jul 19, 2021
1 parent 78627af commit b3f3876
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions options_linux.cmake
Expand Up @@ -11,25 +11,16 @@ INTERFACE
-pipe
-Wall
-W
-Wno-unused-variable
-Wno-unused-parameter
-Wno-unused-function
-Wno-switch
-Wno-comment
-Wno-missing-field-initializers
-Wno-sign-compare
-Wno-attributes
-Wno-parentheses
$<$<NOT:$<COMPILE_LANGUAGE:C>>:-Wno-register>
)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_compile_options(common_options
INTERFACE
-Wno-unused-but-set-variable
-Wno-stringop-overflow
-Wno-maybe-uninitialized
-Wno-error=class-memaccess
)
endif()

Expand Down

0 comments on commit b3f3876

Please sign in to comment.