emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cde7379: * INSTALL: Mention 'make WERROR_CFLAGS='.


From: Paul Eggert
Subject: [Emacs-diffs] master cde7379: * INSTALL: Mention 'make WERROR_CFLAGS='.
Date: Sun, 04 Jan 2015 18:25:53 +0000

branch: master
commit cde73794f61fec2a5a8676c2e36ec6634e72cdc5
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * INSTALL: Mention 'make WERROR_CFLAGS='.
---
 ChangeLog |    2 ++
 INSTALL   |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8051263..36edfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-04  Paul Eggert  <address@hidden>
 
+       * INSTALL: Mention 'make WERROR_CFLAGS='.
+
        Clarify 'make info'
        * Makefile.in (info): Use GNU make conditional rather than
        an '@' rule with a shell conditional, so that the builder can
diff --git a/INSTALL b/INSTALL
index 6850c7d..1ed2698 100644
--- a/INSTALL
+++ b/INSTALL
@@ -312,7 +312,9 @@ Use --enable-gcc-warnings to enable compile-time checks 
that warn
 about possibly-questionable C code.  This is intended for developers
 and is useful with GNU-compatible compilers.  On a recent GNU system
 there should be no warnings; on older and on non-GNU systems the
-generated warnings may still be useful.
+generated warnings may still be useful, though you may prefer building
+with 'make WERROR_CFLAGS=' so that the warnings are not treated as
+errors.
 
 Use --enable-silent-rules to cause 'make' to chatter less.  This is
 helpful when combined with options like --enable-gcc-warnings that



reply via email to

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