Skip to content

Commit

Permalink
Remove compiler option -Wno-maybe-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 15, 2024
1 parent d796cfc commit b8cb640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ if("${ENABLE_ALL_WARNINGS}")
-Wno-int-in-bool-context \
-Wno-redundant-move \
-Wno-array-bounds \
-Wno-maybe-uninitialized \
-Wno-unused-result \
-Wno-format-overflow \
-Wno-strict-aliasing \
Expand Down

0 comments on commit b8cb640

Please sign in to comment.