summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-03-14 14:16:56 +0100
committerMilan Crha <mcrha@redhat.com>2019-03-14 14:18:25 +0100
commit59c1428fa970136551c25f345da7add3d88e4058 (patch)
tree4da85ca3297e895e2ae747cded28ef3c666e3448 /cmake
parent83a7860ca6f05252be8aa546e1fee5aa6d6f768c (diff)
downloadevolution-59c1428fa970136551c25f345da7add3d88e4058.tar.gz
eds-I#94 - Remove -Wabi from the default C++ warning flags
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/94
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/SetupBuildFlags.cmake1
1 files changed, 0 insertions, 1 deletions
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
)