summaryrefslogtreecommitdiff
path: root/dgl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dgl/Makefile')
-rw-r--r--dgl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/dgl/Makefile b/dgl/Makefile
index fc61422b..aa694c63 100644
--- a/dgl/Makefile
+++ b/dgl/Makefile
@@ -15,9 +15,6 @@ LINK_FLAGS += $(DGL_LIBS)
ifneq ($(MACOS_OLD),true)
# 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
endif
# --------------------------------------------------------------