archrelease: copy trunk to extra-x86_64
[arch-packages.git] / wolfssl / repos / community-x86_64 / wolfssl-5.5.1-cmake.patch
blobe0b1f8deb98c0f00cbda367df14aa9d2b49bd6a7
1 diff -ruN a/CMakeLists.txt b/CMakeLists.txt
2 --- a/CMakeLists.txt 2022-09-27 23:21:19.000000000 +0200
3 +++ b/CMakeLists.txt 2022-09-28 13:26:25.001693738 +0200
4 @@ -173,7 +173,7 @@
5 # Windows cl.exe does not support the -Wextra, -Wno-unused and -Werror flags.
6 set(CMAKE_C_FLAGS "-Wall ${CMAKE_C_FLAGS}")
7 else()
8 -set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused -Werror ${CMAKE_C_FLAGS}")
9 +set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused ${CMAKE_C_FLAGS}")
10 endif()
12 ####################################################