>>> "BH" == Bruno Haible <[EMAIL PROTECTED]> writes:

[...]

 BH> "Warning categories include:
 BH> ...
 BH> `portability'   portability issues
 BH> `syntax'        dubious syntactic constructs (default)
 BH> `unsupported'   unsupported or incomplete features (default)
 BH> `all'           all the warnings
 BH> ...
 BH> "
 BH> which appears to say that -Wportability needs to be enabled explicitly?

Good catch!  I'm checking this in.

2006-08-23  Alexandre Duret-Lutz  <[EMAIL PROTECTED]>

        * lib/Automake/ChannelDefs.pm (usage): Mention that -Wportability
        is enabled by default with gnu and gnits strictness.
        Report from Bruno Haible.

Index: lib/Automake/ChannelDefs.pm
===================================================================
RCS file: /cvs/automake/automake/lib/Automake/ChannelDefs.pm,v
retrieving revision 1.4
diff -u -r1.4 ChannelDefs.pm
--- lib/Automake/ChannelDefs.pm 10 Mar 2006 10:51:37 -0000      1.4
+++ lib/Automake/ChannelDefs.pm 23 Aug 2006 19:19:49 -0000
@@ -168,7 +168,7 @@
   `gnu'           GNU coding standards (default in gnu and gnits modes)
   `obsolete'      obsolete features or constructions
   `override'      user redefinitions of Automake rules or variables
-  `portability'   portability issues
+  `portability'   portability issues (default in gnu and gnits modes)
   `syntax'        dubious syntactic constructs (default)
   `unsupported'   unsupported or incomplete features (default)
   `all'           all the warnings


-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl



Reply via email to