Contenu | Menu
kernel

First step!

mwplight compiles now without warnings with gcc -ansi -Wall -Wextra -Wc++-compat.

All the code has been read and cleaned up, and the warnings fixed.

Anyway, the work isn't over, and mwplight still needs...

The final warning-safe gcc options set should be something like this:

gcc -ansi -Wall -Wextra -Wc++-compat
-pedantic -Wfloat-equal -Wundef -Wshadow -Wpointer-arith
-Wbad-function-cast -Wcast-qual -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs
-Wunreachable-code