Skip to content

Commit

Permalink
Remove -Wno-stringop-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 11, 2024
1 parent 4e328f6 commit b4012cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ if("${ENABLE_ALL_WARNINGS}")
-Wno-unused-result \
-Wno-format-overflow \
-Wno-strict-aliasing \
-Wno-type-limits \
-Wno-stringop-overflow")
-Wno-type-limits")
endif()

set(KNOWN_WARNINGS
Expand Down

0 comments on commit b4012cd

Please sign in to comment.