mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
19 lines
556 B
Diff
19 lines
556 B
Diff
configure.ac: disable -Werror
|
|
|
|
Disable the mandatory flag -Werror in configure.ac.
|
|
|
|
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
|
|
|
|
--- openvmtools-stable-9.10.0.orig/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
|
+++ openvmtools-stable-9.10.0/open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
|
|
@@ -935,7 +935,7 @@
|
|
|
|
### General flags / actions
|
|
CFLAGS="$CFLAGS -Wall"
|
|
-CFLAGS="$CFLAGS -Werror"
|
|
+# CFLAGS="$CFLAGS -Werror"
|
|
|
|
# -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
|
|
# in Xlib.h on OpenSolaris.
|
|
|