14 lines
327 B
Diff
14 lines
327 B
Diff
#upstream: no
|
|
|
|
--- open-vm-tools/configure.ac
|
|
+++ open-vm-tools/configure.ac
|
|
@@ -1218,7 +1218,7 @@
|
|
|
|
### General flags / actions
|
|
CFLAGS="$CFLAGS -Wall"
|
|
-CFLAGS="$CFLAGS -Werror"
|
|
+#CFLAGS="$CFLAGS -Werror"
|
|
|
|
# Suppress warnings from clang when taking the address of packed struct
|
|
# member fields when compiling hgfsServer.c
|