From 59c1428fa970136551c25f345da7add3d88e4058 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 14 Mar 2019 14:16:56 +0100 Subject: [PATCH] eds-I#94 - Remove -Wabi from the default C++ warning flags Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/94 --- cmake/modules/SetupBuildFlags.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/modules/SetupBuildFlags.cmake b/cmake/modules/SetupBuildFlags.cmake index 4c6154129b..284445455a 100644 --- a/cmake/modules/SetupBuildFlags.cmake +++ b/cmake/modules/SetupBuildFlags.cmake @@ -56,7 +56,6 @@ macro(setup_build_flags _maintainer_mode) list(APPEND proposed_cxx_flags ${proposed_flags} - -Wabi -Wnoexcept )