From b88b14ab577e71132fe6ccf443594591a37c913d Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Fri, 23 Dec 2016 14:36:25 -0800 Subject: [PATCH] Ignore misleading indentation warnings in stb_image. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82b0e70..d14defc 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EXTRA_OUTPUT_FILES := LIBRARY_DIRS := LIBRARIES := -BUILD_FLAGS := -Wno-unused-result -Wno-sign-compare +BUILD_FLAGS := -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation RUN_FLAGS := # 3DS CONFIGURATION #