[evolution-mapi] eds-I#94 - Remove -Wabi from the default C++ warning flags



commit 46a8b64a4ddee3be63b5a99a98cefb7d1f11b3e2
Author: Milan Crha <mcrha redhat com>
Date:   Thu Mar 14 14:16:56 2019 +0100

    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 4c61541..2844454 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
        )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]