Mercurial > mplayer.hg
changeset 28358:255f4c172937
Add -Wundef to CFLAGS.
author | diego |
---|---|
date | Fri, 30 Jan 2009 21:45:54 +0000 |
parents | 69666dbc63a9 |
children | 4e0196e827db |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jan 30 20:48:47 2009 +0000 +++ b/configure Fri Jan 30 21:45:54 2009 +0000 @@ -7884,6 +7884,7 @@ cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS" cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS" cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS" + cc_check -Wundef && CFLAGS="-Wundef $CFLAGS" else CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS" fi