|
Description
|
By default the ON consolidation is built using the followinf C flags:
CERRWARN = -errtags=yes -errwarn=%all
CERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
CERRWARN += -erroff=E_STATEMENT_NOT_REACHED
By simple experiment it can be discovered that no file under uts
will fail to compile due to E_EMPTY_TRANSLATION_UNIT, and
only 9 will fail due to E_STATEMENT_NOT_REACHED.
By removing the two erroff statements and fixing the few
warnings we can have cleaner kernel sources.
|