lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 934c49e 5/7: Update #endif comments when #if


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 934c49e 5/7: Update #endif comments when #if conditions change
Date: Tue, 13 Nov 2018 12:21:37 -0500 (EST)

branch: master
commit 934c49ea4c35ff367a5f4eb38626f7fd6d491a4f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Update #endif comments when #if conditions change
    
    See:
      https://www.gnu.org/prep/standards/html_node/Comments.html
---
 pchfile_wx.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pchfile_wx.hpp b/pchfile_wx.hpp
index 88875de..e0f58b9 100644
--- a/pchfile_wx.hpp
+++ b/pchfile_wx.hpp
@@ -41,7 +41,7 @@
 #   pragma GCC diagnostic ignored "-Wformat-nonliteral"
 #   pragma GCC diagnostic ignored "-Wsign-conversion"
 #   pragma GCC diagnostic ignored "-Wuseless-cast"
-#endif // defined __GNUC__
+#endif // defined __GNUC__ && !defined __clang__
 
 #if defined LMI_COMPILER_USES_PCH && !defined LMI_IGNORE_PCH
 



reply via email to

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