Ignore misleading indentation warnings in stb_image.
This commit is contained in:
parent
a9e06ab320
commit
b88b14ab57
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 #
|
||||||
|
Loading…
Reference in New Issue
Block a user