summaryrefslogtreecommitdiff
path: root/src/diagnostics.hpp
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-01-10 18:30:38 -0500
committergumi <git@gumi.ca>2019-01-11 12:03:47 -0500
commit2f94539545b176a7dc2981b1a932b8428e33eaa7 (patch)
tree2124205fc141ceaf98253f1ab1f515e8eb44889a /src/diagnostics.hpp
parentd8145c4f940a664eb403f7acca10f2caf86e5330 (diff)
downloadtmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.gz
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.bz2
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.xz
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.zip
drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc issues
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