better to disable -Werror by default as 64 bit hosts still have warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3620 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
984b19451b
commit
0d1e239407
|
@ -213,12 +213,11 @@ else
|
||||||
source_path_used="yes"
|
source_path_used="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# generate compile errors on warnings for development builds
|
|
||||||
if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
|
|
||||||
werror="yes";
|
|
||||||
else
|
|
||||||
werror="no"
|
werror="no"
|
||||||
fi
|
# generate compile errors on warnings for development builds
|
||||||
|
#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
|
||||||
|
#werror="yes";
|
||||||
|
#fi
|
||||||
|
|
||||||
for opt do
|
for opt do
|
||||||
optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
||||||
|
|
Loading…
Reference in New Issue