You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/aws-c-common/files/aws-c-common-0.5.2-remove-W...

12 lines
472 B

--- 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)