eds-I#94 - Remove -Wabi from the default C++ warning flags

Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/94
This commit is contained in:
Milan Crha
2019-03-14 14:16:56 +01:00
parent 83a7860ca6
commit 59c1428fa9

View File

@ -56,7 +56,6 @@ macro(setup_build_flags _maintainer_mode)
list(APPEND proposed_cxx_flags
${proposed_flags}
-Wabi
-Wnoexcept
)