mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Ignore JSON library strict aliasing warnings.
This commit is contained in:
parent
fb527eb409
commit
5abe2133fd
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ EXTRA_OUTPUT_FILES := servefiles
|
|||||||
LIBRARY_DIRS :=
|
LIBRARY_DIRS :=
|
||||||
LIBRARIES :=
|
LIBRARIES :=
|
||||||
|
|
||||||
BUILD_FLAGS := -Wno-misleading-indentation
|
BUILD_FLAGS := -Wno-misleading-indentation -Wno-strict-aliasing
|
||||||
BUILD_FLAGS_CC :=
|
BUILD_FLAGS_CC :=
|
||||||
BUILD_FLAGS_CXX :=
|
BUILD_FLAGS_CXX :=
|
||||||
RUN_FLAGS :=
|
RUN_FLAGS :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user