aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-16 16:15:45 +0200
committerMaxime Dénès2017-06-16 16:15:45 +0200
commitd7bb51c69b5a274e341b1a6776baa965d98b3177 (patch)
treeb843381ffca3cf5e3f3f0204d64612c06ce7991e /configure
parentc22fe8bb7e0fedd8b3ced088832c13b5e55e9fc2 (diff)
parent6050b44172660a3285a337896baea35b32e58d47 (diff)
Merge PR#730: Protecting from warnings while compiling 8.6
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 09585e59ee..79c512f8a0 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@ done
## We check that $cmd is ok before the real exec $cmd
-`$cmd -version > /dev/null 2>&1` && exec $cmd $script "$@"
+`$cmd -version > /dev/null 2>&1` && exec $cmd -w "-3" $script "$@"
## If we're still here, something is wrong with $cmd