Mercurial > mplayer.hg
changeset 30849:625e93ae5695
Add -Wstrict-prototypes to CFLAGS.
author | diego |
---|---|
date | Sun, 14 Mar 2010 22:58:20 +0000 |
parents | 9d744b54f7f5 |
children | 8335233ded65 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 14 22:55:13 2010 +0000 +++ b/configure Sun Mar 14 22:58:20 2010 +0000 @@ -2519,6 +2519,7 @@ cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS" cc_check -Wundef && CFLAGS="-Wundef $CFLAGS" cc_check -Wmissing-prototypes && CFLAGS="-Wmissing-prototypes $CFLAGS" + cc_check -Wstrict-prototypes && CFLAGS="-Wstrict-prototypes $CFLAGS" else CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS" fi