diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-31 21:31:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-31 21:31:18 +0300 |
commit | d5c54d68d8657428bc8e1d4280152ec24adeacf6 (patch) | |
tree | bf466e91d29a4da943ff303a2f2d455ad7d622a7 /extension/configure | |
parent | a247bbb74aea1f82a73799d25494463663667c54 (diff) | |
download | egawk-d5c54d68d8657428bc8e1d4280152ec24adeacf6.tar.gz egawk-d5c54d68d8657428bc8e1d4280152ec24adeacf6.tar.bz2 egawk-d5c54d68d8657428bc8e1d4280152ec24adeacf6.zip |
Remove -Wextra from gcc command line in extension dir..
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure b/extension/configure index 1b7b33d6..7f660287 100755 --- a/extension/configure +++ b/extension/configure @@ -14034,7 +14034,7 @@ pkgextensiondir='${libdir}/gawk' if test "$GCC" = yes then - CFLAGS="$CFLAGS -Wall -Wextra" + CFLAGS="$CFLAGS -Wall" # Don't add -Wextra, hurts older gcc fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special development options" >&5 |