summarylogtreecommitdiffstats
path: root/Wno-restrict.patch
diff options
context:
space:
mode:
authorZiusudra2022-12-04 23:04:10 -0700
committerZiusudra2022-12-04 23:04:10 -0700
commitaae247126e1cd6b3c96dae5c078bca6103833dc8 (patch)
treecc828d93b7975650fa831141e184f65e93270949 /Wno-restrict.patch
parentbae742b2b4ba6470b0010cf4520b78f55907f7f7 (diff)
downloadaur-aae247126e1cd6b3c96dae5c078bca6103833dc8.tar.gz
dfhack-0.47.05-r8 +updated patches
Diffstat (limited to 'Wno-restrict.patch')
-rw-r--r--Wno-restrict.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/Wno-restrict.patch b/Wno-restrict.patch
deleted file mode 100644
index 8b43305f7d3e..000000000000
--- a/Wno-restrict.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --unified --recursive --text dfhack/CMakeLists.txt dfhack.new/CMakeLists.txt
---- dfhack/CMakeLists.txt 2022-07-29 03:02:00.924080839 -0600
-+++ dfhack.new/CMakeLists.txt 2022-07-29 03:43:33.584455373 -0600
-@@ -244,7 +244,7 @@
- # enable C++11 features
- add_definitions(-DLINUX_BUILD)
- add_definitions(-D_GLIBCXX_USE_C99)
-- set(GCC_COMMON_FLAGS "-fvisibility=hidden -mtune=generic -Wall -Werror")
-+ set(GCC_COMMON_FLAGS "-fvisibility=hidden -mtune=generic -Wall -Werror -Wno-restrict")
- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -g")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COMMON_FLAGS}")
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${GCC_COMMON_FLAGS}")