* [PATCH] openvmtools: patch for newly build fails '-Wno-unused-local-typedefs'
@ 2016-02-16 16:59 Marcel Lorenz
0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2016-02-16 16:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
---
lfs/openvmtools | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lfs/openvmtools b/lfs/openvmtools
index 28a349f..f82e16e 100644
--- a/lfs/openvmtools
+++ b/lfs/openvmtools
@@ -36,6 +36,9 @@ PROG = openvmtools
PAK_VER = 3
DEPS = ""
+CFLAGS += -Wno-unused-local-typedefs
+CXXFLAGS += -Wno-unused-local-typedefs
+
###############################################################################
# Top-level Rules
###############################################################################
--
1.9.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-16 16:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-16 16:59 [PATCH] openvmtools: patch for newly build fails '-Wno-unused-local-typedefs' Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox