Skip to content

Commit

Permalink
Remove deprecated declaration warning flag in compilerconfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 19, 2024
1 parent 3e32cb6 commit a5f7819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/compilerconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ set(_obs_gcc_c_options
# cmake-format: sortable
-fno-strict-aliasing
-fopenmp-simd
-Wdeprecated-declarations
-Wempty-body
-Wenum-conversion
-Werror=return-type
-Wextra
-Wformat
-Wformat-security
-Wno-conversion
-Wno-deprecated-declarations
-Wno-error=deprecated-declarations
-Wno-float-conversion
-Wno-implicit-fallthrough
Expand Down

0 comments on commit a5f7819

Please sign in to comment.