aboutsummaryrefslogtreecommitdiff
path: root/libraries/toml11/fix-toml-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/toml11/fix-toml-options.patch')
-rw-r--r--libraries/toml11/fix-toml-options.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/libraries/toml11/fix-toml-options.patch b/libraries/toml11/fix-toml-options.patch
deleted file mode 100644
index e7b5e5552c..0000000000
--- a/libraries/toml11/fix-toml-options.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/include/toml11/fwd/region_fwd.hpp
-+++ b/include/toml11/fwd/region_fwd.hpp
-@@ -8,6 +8,9 @@
-
- #include <cassert>
-
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic warning "-Wuninitialized"
-+
- namespace toml
- {
- namespace detail
-@@ -102,3 +105,5 @@ class region
- } // namespace detail
- } // namespace toml
- #endif // TOML11_REGION_FWD_HPP
-+
-+#pragma GCC diagnostic pop