lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ad6ea6c 10/10: Remove pragmata rendered unnec


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ad6ea6c 10/10: Remove pragmata rendered unnecessary by '-isystem'
Date: Mon, 8 Jun 2020 19:22:02 -0400 (EDT)

branch: master
commit ad6ea6c6f52ab431257703612ea875d257ef43d4
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove pragmata rendered unnecessary by '-isystem'
---
 pchfile_wx.hpp | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pchfile_wx.hpp b/pchfile_wx.hpp
index bf77a54..5051610 100644
--- a/pchfile_wx.hpp
+++ b/pchfile_wx.hpp
@@ -35,17 +35,6 @@
 // disable some warnings which are enabled for the rest of lmi code but have to
 // be disabled for the code using wxWidgets as they occur in wxWidgets headers.
 #if defined __GNUC__ && !defined __clang__
-#   pragma GCC diagnostic ignored "-Wcast-qual"
-#   if 9 <= __GNUC__
-#       pragma GCC diagnostic ignored "-Wdeprecated-copy"
-#   endif // 9 <= __GNUC__
-//  "-Wdouble-promotion": only 'strvararg.h:1048:19':
-#   pragma GCC diagnostic ignored "-Wdouble-promotion"
-//  "-Wduplicated-branches": only 'testing.h:55:38':
-#   pragma GCC diagnostic ignored "-Wduplicated-branches"
-#   pragma GCC diagnostic ignored "-Wformat-nonliteral"
-#   pragma GCC diagnostic ignored "-Wnoexcept"
-#   pragma GCC diagnostic ignored "-Wsign-conversion"
 #   pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
 #endif // defined __GNUC__ && !defined __clang__
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]