mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
12 lines
334 B
Diff
12 lines
334 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -14,8 +14,7 @@
|
|
if(MSVC)
|
|
add_compile_options(/W4 /WX)
|
|
else()
|
|
- add_compile_options(-Wall -Wextra -Wno-unused-parameter -Wno-unused-function
|
|
- -Werror)
|
|
+ add_compile_options(-Wall -Wextra -Wno-unused-parameter -Wno-unused-function)
|
|
endif()
|
|
|
|
if(POLICY CMP0100)
|