Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-07-20 13:29:42 +0300
committerTristan Matthews <tmatth@videolan.org>2015-07-22 07:51:00 +0300
commitd9cd05188a20515f02087ef95d7c2a06dc41d4e2 (patch)
treee89975baf541ae29149f362aa07f93a59866399b /configure.ac
parentecc63b360cbf6675d905ae278776c628fdfda00a (diff)
Add -Wall to CFLAGS if compiler supports it
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b4594e2..c4b357e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,6 +304,8 @@ case $SIZEOF32 in
$ac_cv_sizeof_long) USIZE32="unsigned long";;
esac
+XIPH_ADD_CFLAGS([-Wall])
+
AS_IF([test -z "$SIZE16"],[AC_MSG_ERROR([No 16 bit type found on this platform!])])
AS_IF([test -z "$SIZE32"],[AC_MSG_ERROR([No 32 bit type found on this platform!])])
AS_IF([test -z "$USIZE16"],[AC_MSG_ERROR([No unsigned 16 bit type found on this platform!])])