Skip to content

Commit

Permalink
CMake: warn about self-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 2, 2025
1 parent 0b9fe04 commit edad85c
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 @@ -27,7 +27,6 @@ if(DEV_MODE)
set(CMAKE_C_EXTENSIONS OFF)
add_c_flag_if_supported(-Wno-error=unused-command-line-argument
-Wall -Wextra -Wpedantic -Wfatal-errors -fstack-protector-strong
-Wno-self-assign
-Werror=missing-field-initializers
-Werror=excess-initializers
-Werror=strict-aliasing
Expand Down

0 comments on commit edad85c

Please sign in to comment.