Ignore misleading indentation warnings in stb_image.
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ EXTRA_OUTPUT_FILES :=
|
|||||||
LIBRARY_DIRS :=
|
LIBRARY_DIRS :=
|
||||||
LIBRARIES :=
|
LIBRARIES :=
|
||||||
|
|
||||||
BUILD_FLAGS := -Wno-unused-result -Wno-sign-compare
|
BUILD_FLAGS := -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
|
||||||
RUN_FLAGS :=
|
RUN_FLAGS :=
|
||||||
|
|
||||||
# 3DS CONFIGURATION #
|
# 3DS CONFIGURATION #
|
||||||
|
|||||||
Reference in New Issue
Block a user