diff options
Diffstat (limited to 'dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch')
-rw-r--r-- | dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch b/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch new file mode 100644 index 000000000000..888205f88d61 --- /dev/null +++ b/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-Werror-CFLAG.patch @@ -0,0 +1,11 @@ +--- a/cmake/AwsCFlags.cmake 2021-03-11 07:42:36.325962577 +0100 ++++ b/cmake/AwsCFlags.cmake 2021-03-11 07:42:46.174962928 +0100 +@@ -53,7 +53,7 @@ + list(APPEND AWS_C_FLAGS "${_FLAGS}") + + else() +- list(APPEND AWS_C_FLAGS -Wall -Werror -Wstrict-prototypes -fno-omit-frame-pointer) ++ list(APPEND AWS_C_FLAGS -Wall -Wstrict-prototypes -fno-omit-frame-pointer) + + if(NOT SET_PROPERTIES_NO_WEXTRA) + list(APPEND AWS_C_FLAGS -Wextra) |