mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
15 lines
454 B
Diff
15 lines
454 B
Diff
unsetting this breaks werror=format-security
|
|
--
|
|
diff --git a/Builds/CMake/RippledCompiler.cmake b/Builds/CMake/RippledCompiler.cmake
|
|
index 9a96d64..b791886 100644
|
|
--- a/Builds/CMake/RippledCompiler.cmake
|
|
+++ b/Builds/CMake/RippledCompiler.cmake
|
|
@@ -106,7 +106,6 @@ else ()
|
|
>
|
|
-Wno-sign-compare
|
|
-Wno-char-subscripts
|
|
- -Wno-format
|
|
-Wno-unused-local-typedefs
|
|
$<$<BOOL:${is_gcc}>:
|
|
-Wno-unused-but-set-variable
|