Skip to content

Commit

Permalink
tests/CMakeLists.txt: remove the -Wno-deprecated-declarations excepti…
Browse files Browse the repository at this point in the history
…on for iOS
  • Loading branch information
floooh committed Feb 9, 2025
1 parent df40375 commit 099a0d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ else()
set(c_flags ${c_flags} -Wno-missing-field-initializers)
set(cxx_flags ${cxx_flags} -Wno-missing-field-initializers)
endif()
if (OSX_IOS)
# temp fix for PVRTC formats
set(c_flags ${c_flags} -Wno-deprecated-declarations)
set(cxx_flags ${cxx_flags} -Wno-deprecated-declarations)
endif()
if (USE_ANALYZER)
# FIXME: consider using clang-tidy via CMAKE_CXX_CLANG_TIDY: https://ortogonal.github.io/cmake-clang-tidy/
# with the default settings this spams the output with irrelevant C++ coding style warnings in 3rd party libs though
Expand Down

0 comments on commit 099a0d1

Please sign in to comment.