Skip to content

Commit

Permalink
Re-enable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed May 2, 2024
1 parent 68a7a8e commit 0b0f26c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,11 @@ add_compile_options(
-Wno-pointer-integer-compare
-Wno-unknown-pragmas
-Wno-pointer-sign
<<<<<<< HEAD
-Wno-constant-conversion
-Wno-tautological-pointer-compare
=======
>>>>>>> 66015f0470 (Re-enable warnings)
-Wno-deprecated-declarations
-Wno-pointer-to-int-cast
-Wno-compare-distinct-pointer-types
Expand Down

0 comments on commit 0b0f26c

Please sign in to comment.