1 configure.ac: disable -Werror
3 Disable the mandatory flag -Werror in configure.ac.
5 Signed-off-by: Karoly Kasza <kaszak@gmail.com>
7 --- openvmtools-stable-9.10.0.orig/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
8 +++ openvmtools-stable-9.10.0/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
11 ### General flags / actions
12 CFLAGS="$CFLAGS -Wall"
13 -CFLAGS="$CFLAGS -Werror"
14 +# CFLAGS="$CFLAGS -Werror"
16 # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
17 # in Xlib.h on OpenSolaris.