projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6030391
)
usual.m4: -Wextra check uses wrong variable
author
Marko Kreen
<markokr@gmail.com>
Wed, 26 Jan 2011 11:09:07 +0000
(13:09 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 26 Jan 2011 11:09:07 +0000
(13:09 +0200)
m4/usual.m4
patch
|
blob
|
blame
|
history
diff --git
a/m4/usual.m4
b/m4/usual.m4
index 7fb894cb113fd17bf277dafe0e5cf7510ca294f8..576c2f9d57b10daa50bf00daf8f56a901e8f1eee 100644
(file)
--- a/
m4/usual.m4
+++ b/
m4/usual.m4
@@
-82,7
+82,7
@@
if test x"$GCC" = xyes; then
done
# avoid -Wextra if missing-field.initializers does not work
- echo "$
warnings
" | grep missing-field-initializers > /dev/null \
+ echo "$
WFLAGS
" | grep missing-field-initializers > /dev/null \
|| WFLAGS=`echo "$WFLAGS"|sed 's/ -Wextra//'`
CFLAGS="$good_CFLAGS"