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.4.57-remove-...

12 lines
424 B

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