lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 09553ab 1/5: Show disabled C++ warnings


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 09553ab 1/5: Show disabled C++ warnings
Date: Thu, 21 Jun 2018 18:35:40 -0400 (EDT)

branch: master
commit 09553ab9d4feca727938ba71d04fa6df93cf3956
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Show disabled C++ warnings
---
 workhorse.make | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 0804d7a..43e4dff 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1516,3 +1516,7 @@ show_flags:
        @printf 'wx_library_paths        = "%s"\n' "$(wx_library_paths)"
        @printf 'wx_predefinitions       = "%s"\n' "$(wx_predefinitions)"
 
+.PHONY: show_disabled_g++_warnings
+show_disabled_g++_warnings:
+       $(CXX) $(ALL_CXXFLAGS) -Q --help=warning | $(GREP) '[[]disabled[]]'
+



reply via email to

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