git repos / saland

commit 94312ab1

Poul Sander · 2023-04-28 19:39
94312ab114d5ce76dff2836a9af6b0506c96d98d patch · browse files
parent b9c4525717cd1c1c22f0bc71489e49485b4776da

Remove the old comment referring to physfs before 3.0.1. That is no longer relevant.

Changed files

M CMakeLists.txt before
diff --git a/CMakeLists.txt b/CMakeLists.txt index d334a6c..7dc2369 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -27,9 +27,7 @@ if (NOT WIN32 AND NOT STANDALONE)
endif()
endif()
-# -Wno-deprecated-declarations is needed until all supported platforms are using PhysFS 3.0.1+.
-# This will happen once Debian 10 is realeased
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wsuggest-override -Wno-deprecated-declarations -std=c++11 -g")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wsuggest-override -std=c++11 -g")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -g")
if (WIN32)