Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Add -Wdeprecated-declarations flag to gcc options
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 19, 2024
1 parent 52d6345 commit 3e32cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/linux/compilerconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(_obs_gcc_c_options
# cmake-format: sortable
-fno-strict-aliasing
-fopenmp-simd
-Wdeprecated-declarations
-Wempty-body
-Wenum-conversion
-Werror=return-type
Expand Down

0 comments on commit 3e32cb6

Please sign in to comment.