aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-02 20:51:46 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-02 20:51:46 +0000
commit52fb615708ad16fdcff9ed92c46791d416a4bdb9 (patch)
tree4bf45b9e83633548134219e06eaffbfacfa08221 /AUTHORS
parent761ae95b199c474ebe526077a2dbd36044e2701d (diff)
From Joerg Mayer: get rid of "-Wno-unused" flag in some configure
scripts, and check in changes to add _U_ to some unused arguments (some other should perhaps be used, so we leave the _U_ out so that the warnings serve as a reminder to check those). svn path=/trunk/; revision=4848
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 79cebc9920..9c49f28b01 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -87,6 +87,7 @@ Joerg Mayer <jmayer[AT]loplof.de> {
In configure scripts, if the compiler is GCC, add to CFLAGS a -D
flag to define _U_ as something that marks an argument
unused in GCC, and as nothing for other compilers
+ Add _U_ to unused arguments, and turn off "-Wno-unused"
}
Martin Maciaszek <fastjack[AT]i-s-o.net> {