summaryrefslogtreecommitdiff
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:16:56 +0100
commit3cfeb3c7f458c6fe40c67cea43987b45cf6cbeaf (patch)
treef908de632d934b95bdac6018baf4b0189a1fb18c
parent6d8efe427209d89a2ea9e921c0a97590ee33f6c1 (diff)
downloadevolution-data-server-3cfeb3c7f458c6fe40c67cea43987b45cf6cbeaf.tar.gz
I#94 - Remove -Wabi from the default C++ warning flags
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/94
-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 4c6154129..284445455 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
)