aports/community/rippled/werrorformat.patch

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