-Werror compiler flag

activated. this prevents a successfull build if any warning is issued.
 more to come...




git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@91 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
mws
2009-12-18 10:04:34 +00:00
parent 2e9d4bc46a
commit 0a4760a8bb

View File

@@ -12,11 +12,11 @@ export RANLIB=$CCPATH$HOST-ranlib
export OBJDUMP=$CCPATH$HOST-objdump
export STRIP=$CCPATH$HOST-strip
export CFLAGS="-Wall -g0 -O2 \
export CFLAGS="-Wall -Werror -g0 -O2 \
-D__KERNEL_STRICT_NAMES -DUSE_NEVIS_GXA \
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"
export CXXFLAGS="-Wall -g0 -O2 \
export CXXFLAGS="-Wall -Werror -g0 -O2 \
-D__KERNEL_STRICT_NAMES -DUSE_NEVIS_GXA \
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"