summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-06-20 00:07:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-06-20 00:10:20 +0200
commitae143490bafd84ded8786fa2a303f5b8a799bbbe (patch)
treebd746f53cdf9f94ee64143db3222be7e6d4cf33f /dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch
parent3b6056d3952979a6ae3131fc3bb2c0174ca2fca0 (diff)
downloadgentoo-ae143490bafd84ded8786fa2a303f5b8a799bbbe.tar.gz
gentoo-ae143490bafd84ded8786fa2a303f5b8a799bbbe.tar.bz2
gentoo-ae143490bafd84ded8786fa2a303f5b8a799bbbe.zip
dev-libs/aws-c-common: treeclean
Closes: https://bugs.gentoo.org/908094 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch')
-rw-r--r--dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch b/dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch
deleted file mode 100644
index 767407062453..000000000000
--- a/dev-libs/aws-c-common/files/aws-c-common-0.4.57-remove-Werror-CFLAG.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/AwsCFlags.cmake 2020-09-29 09:19:28.820584526 +0200
-+++ b/cmake/AwsCFlags.cmake 2020-09-29 09:19:36.068584784 +0200
-@@ -48,7 +48,7 @@
- list(APPEND AWS_C_FLAGS "${_FLAGS}")
-
- else()
-- list(APPEND AWS_C_FLAGS -Wall -Werror -Wstrict-prototypes)
-+ list(APPEND AWS_C_FLAGS -Wall -Wstrict-prototypes)
-
- if(NOT SET_PROPERTIES_NO_WEXTRA)
- list(APPEND AWS_C_FLAGS -Wextra)