aboutsummaryrefslogtreecommitdiffstats
path: root/community/inkscape/fix-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/inkscape/fix-Werror.patch')
-rw-r--r--community/inkscape/fix-Werror.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/inkscape/fix-Werror.patch b/community/inkscape/fix-Werror.patch
deleted file mode 100644
index a718973d77d..00000000000
--- a/community/inkscape/fix-Werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix -Werror flags, build fails with them
-
---- a/CMakeScripts/DefineDependsandFlags.cmake
-+++ b/CMakeScripts/DefineDependsandFlags.cmake
-@@ -32,8 +32,6 @@
-
- # Errors for common mistakes
- list(APPEND INKSCAPE_CXX_FLAGS "-fstack-protector-strong")
--list(APPEND INKSCAPE_CXX_FLAGS "-Werror=format") # e.g.: printf("%s", std::string("foo"))
--list(APPEND INKSCAPE_CXX_FLAGS "-Werror=format-security") # e.g.: printf(variable);
- list(APPEND INKSCAPE_CXX_FLAGS "-Wno-switch") # See !849 for discussion
- list(APPEND INKSCAPE_CXX_FLAGS_DEBUG "-Og") # -Og for _FORTIFY_SOURCE. One could add -Weffc++ here to see approx. 6000 warnings
- list(APPEND INKSCAPE_CXX_FLAGS_DEBUG "-Wcomment")