shithub: sox

Download patch

ref: da7301a0aeb060e509415017100ed2dfad5cb6fe
parent: 1bc7b8a7728977addd313236b31e9e075d75cdf1
author: rrt <rrt>
date: Sun Apr 15 08:49:09 EDT 2007

Use -W, older name for -Wextra, to be backwards compatible.

--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@
 
 dnl Extra CFLAGS if we have gcc
 if test "$GCC" = yes; then
-    CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -pedantic"
+    CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
 fi
 
 dnl Check for system dependent features.