commit 62801adfc8c46199d87b2508f523c42c31a30146
parent 6bcf028f0ab97f4f5f5f66df45614fc91559e159
Author: falkTX <falktx@gmail.com>
Date: Sun, 18 Oct 2015 18:21:33 +0200
Build dgl with -Wno-unused-parameter
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dgl/Makefile b/dgl/Makefile
@@ -12,6 +12,9 @@ BUILD_C_FLAGS += $(DGL_FLAGS) -I. -Isrc
BUILD_CXX_FLAGS += $(DGL_FLAGS) -I. -Isrc
LINK_FLAGS += $(DGL_LIBS)
+# needed by oui-blendish
+BUILD_CXX_FLAGS += -Wno-unused-parameter
+
# --------------------------------------------------------------
OBJS = \