Browse Source

Ignore warnings caused by nanovg and sofd

Fixes #8
pull/17/head
falkTX 8 years ago
parent
commit
e0a6ebf251
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      dgl/Makefile

+ 6
- 0
dgl/Makefile View File

@@ -12,6 +12,12 @@ BUILD_C_FLAGS += $(DGL_FLAGS) -I. -Isrc
BUILD_CXX_FLAGS += $(DGL_FLAGS) -I. -Isrc
LINK_FLAGS += $(DGL_LIBS)

# needed by sofd right now, fix later
BUILD_CXX_FLAGS += -Wno-type-limits -fpermissive

# needed by stb_image
BUILD_CXX_FLAGS += -Wno-misleading-indentation -Wno-shift-negative-value

# --------------------------------------------------------------

OBJS = \


Loading…
Cancel
Save