lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 351bf57 4/6: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 351bf57 4/6: Improve documentation
Date: Mon, 13 Mar 2017 09:46:14 -0400 (EDT)

branch: master
commit 351bf570ec269e351ac71d676cd86c6c60172eec
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
---
 workhorse.make | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index 1e0dca2..ba3277d 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -435,8 +435,11 @@ gcc_cxx_warnings := \
 # Too many warnings on correct code, e.g. exact comparison to zero:
 #  -Wfloat-equal \
 
-# WX !! The wx library triggers many warnings with the following
-# 'extra' flags.
+# WX !! The wx library triggers many diagnostics with the following
+# 'extra' flags. This makefile used to inhibit these flags for source
+# files that seemed to depend on wx according to a casual heuristic,
+# but now they're inhibited by a #pragma in the PCH file that all wx-
+# dependent TUs must include.
 
 gcc_common_extra_warnings := \
   -Wcast-qual \



reply via email to

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