Skip to content

Commit

Permalink
CMakeLists: add Wno-error=deprecated flag
Browse files Browse the repository at this point in the history
this ensures the app can be compiled with clang too
this will be removed once gdk threading issues are addressed

Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Jan 29, 2024
1 parent 616f5d9 commit 92e8bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ add_compile_options(-Wall -Wextra -Werror
-Wno-unused-parameter
-Wno-error=unused-but-set-variable
-Wno-error=unused-function
-Wno-error=deprecated
-Wimplicit-fallthrough
-Wvla
-std=gnu90
Expand Down

0 comments on commit 92e8bc4

Please sign in to comment.