Skip to content

Commit

Permalink
Remove -Wunused-fields
Browse files Browse the repository at this point in the history
This option is not supported by GCC
  • Loading branch information
fkutzner committed Apr 13, 2024
1 parent 2b55fbe commit f7dc006
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 @@ -58,7 +58,6 @@ else()
-Wextra
-Wunused
-Warray-bounds
-Wunused-private-field
-pedantic
)
endif()
Expand Down

0 comments on commit f7dc006

Please sign in to comment.