Add warning flags to build, catch missing return (#237)
Fixes #236 Compiler warning flags were completely ignored/missed in platform.txt. Add them, as normal, and include -Werror=return-type because GCC will produce crashing apps when a function return value is missing.
Showing
Please register or sign in to comment