void-packages/srcpkgs/open-vm-tools/patches/werror.patch
2019-08-01 02:43:09 +00:00

11 lines
345 B
Diff

--- configure.ac 2019-02-20 10:15:30.000000000 +0000
+++ - 2019-08-01 02:24:35.995711725 +0000
@@ -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