From:
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
-Wextra
This enables some extra warning flags that are not enabled by -Wall. (This option used to be called -W. The older name is still supported, but the newer name is more descriptive.)
so for clarity would like to change our use of the build flags for Linux and ARM.
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
-Wextra
This enables some extra warning flags that are not enabled by -Wall. (This option used to be called -W. The older name is still supported, but the newer name is more descriptive.)
so for clarity would like to change our use of the build flags for Linux and ARM.