summaryrefslogtreecommitdiff
path: root/src/diagnostics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostics.hpp')
-rw-r--r--src/diagnostics.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagnostics.hpp b/src/diagnostics.hpp
index 4185334..3a10505 100644
--- a/src/diagnostics.hpp
+++ b/src/diagnostics.hpp
@@ -771,7 +771,7 @@ namespace tmwa
/// Warn when a noexcept expression evaluates to
/// false even though the expression can't actually
/// throw
-#define DIAG_noexcept "-Wnoexcept"
+#define DIAG_noexcept "-Wno-noexcept-type -Wnoexcept"
#if GCC
# define HAS_DIAG_noexcept 1
#else