Solved
[Compiler] How to remove warning as error
Says in the title, where can i find the flag to remove warnings treated as errors
Says in the title, where can i find the flag to remove warnings treated as errors
In your config/gcc/app.mk try specifying the following -Wno-error in your user_cflags
# Optional additional compiler flags
user_cflags := -DUSE_BPP=16 -Wno-errorEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.