Browse Source

Build dgl with -Wno-unused-parameter

pull/6/head
falkTX 9 years ago
parent
commit
62801adfc8
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      dgl/Makefile

+ 3
- 0
dgl/Makefile View File

@@ -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 = \


Loading…
Cancel
Save