From 2f94539545b176a7dc2981b1a932b8428e33eaa7 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 10 Jan 2019 18:30:38 -0500 Subject: drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc issues --- src/diagnostics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diagnostics.hpp') 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 -- cgit v1.2.3-70-g09d2