Skip to content

Commit

Permalink
cmake: remove various warning suppressions
Browse files Browse the repository at this point in the history
Most of the have already been fixed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and robUx4 committed Feb 17, 2024
1 parent c41c7cb commit 3a015a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ if(DEV_MODE)
message(STATUS "Using developer mode for ${CMAKE_CXX_COMPILER_ID}")
set(CMAKE_CXX_EXTENSIONS OFF)
add_cxx_flag_if_supported(-Wno-error=unused-command-line-argument
-Wall -Wno-comment -Wfatal-errors -fstack-protector-strong -Wnon-virtual-dtor -Wextra
-Wunused -Wpedantic -Woverloaded-virtual -Wshadow
-Wno-self-assign -Wno-mismatched-tags -Wno-inconsistent-missing-override
-Wno-potentially-evaluated-expression -Wno-extra-semi -Wno-gnu-zero-variadic-macro-arguments
-Wall -Wextra -Wpedantic -Wfatal-errors -fstack-protector-strong
-Wno-self-assign
-Wcast-align)
add_cxx_flag_if_supported(-Qunused-arguments)
endif()

set(libebml_SOURCES
Expand Down

0 comments on commit 3a015a4

Please sign in to comment.