aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1de0c7b9e..276f73614 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ MPD_LIBS=""
MPD_CFLAGS=""
case "$CC" in
*gcc*)
- MPD_CFLAGS="-Wall"
+ MPD_CFLAGS="-Wall -Wmissing-prototypes"
;;
esac