Commit 0d1e239407c73a90a32c8e2f5e1fe4e9cc10ca1f

Authored by bellard
1 parent 984b1945

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
Showing 1 changed file with 4 additions and 5 deletions
configure
@@ -213,12 +213,11 @@ else @@ -213,12 +213,11 @@ else
213 source_path_used="yes" 213 source_path_used="yes"
214 fi 214 fi
215 215
216 -# generate compile errors on warnings for development builds  
217 -if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then  
218 -werror="yes";  
219 -else  
220 werror="no" 216 werror="no"
221 -fi 217 +# generate compile errors on warnings for development builds
  218 +#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
  219 +#werror="yes";
  220 +#fi
222 221
223 for opt do 222 for opt do
224 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 223 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`