mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
8 lines
374 B
Diff
8 lines
374 B
Diff
--- a/Meta/CMake/common_compile_options.cmake
|
|
+++ b/Meta/CMake/common_compile_options.cmake
|
|
@@ -8,5 +8,4 @@
|
|
if (NOT CMAKE_HOST_SYSTEM_NAME MATCHES SerenityOS)
|
|
# FIXME: Something makes this go crazy and flag unused variables that aren't flagged as such when building with the toolchain.
|
|
# Disable -Werror for now.
|
|
- add_compile_options(-Werror)
|
|
endif()
|