diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-configure')
-rw-r--r-- | emulators/open-vm-tools/files/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/files/patch-configure b/emulators/open-vm-tools/files/patch-configure index da02caba832c..2fa60a0f50d4 100644 --- a/emulators/open-vm-tools/files/patch-configure +++ b/emulators/open-vm-tools/files/patch-configure @@ -1,5 +1,5 @@ --- ./configure.orig 2013-09-23 15:51:43.000000000 +0000 -+++ ./configure 2013-11-17 22:40:51.197285671 +0000 ++++ ./configure 2014-04-23 15:36:44.174844399 +0000 @@ -2823,6 +2823,9 @@ x86_64) userSpaceBitness="64" @@ -29,3 +29,12 @@ ac_fn_c_check_header_mongrel "$LINENO" "wchar.h" "ac_cv_header_wchar_h" "$ac_includes_default" if test "x$ac_cv_header_wchar_h" = xyes; then : +@@ -22238,7 +22229,7 @@ + + ### General flags / actions + CFLAGS="$CFLAGS -Wall" +-CFLAGS="$CFLAGS -Werror" ++CFLAGS="$CFLAGS -Werror -Wno-unused-function" + + # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris. + for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \ |