summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-01-20 17:13:33 +0000
committerDaniel P. Berrange <berrange@redhat.com>2009-01-20 17:13:33 +0000
commit437ac354fc4ca84da9979c5fb73300d6bdf7d88e (patch)
tree20fedc587ee9fbfb4a30af016cdc0a3b9c49062d /autobuild.sh
parent* src/qemu_driver.c: remove a warning when printing a file offset (diff)
downloadlibvirt-437ac354fc4ca84da9979c5fb73300d6bdf7d88e.tar.gz
libvirt-437ac354fc4ca84da9979c5fb73300d6bdf7d88e.tar.bz2
libvirt-437ac354fc4ca84da9979c5fb73300d6bdf7d88e.zip
Make error reporting threadsafe by avoiding strerror
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
index e5d8554f7..fdd88713c 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -65,6 +65,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--build=$(uname -m)-pc-linux \
--host=i686-pc-mingw32 \
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
+ --enable-compile-warnings=error \
--without-sasl \
--without-avahi \
--without-polkit \