• N
    Added stricter error checks by the compiler, and adapted all impacted code. · b389c71e
    nimrodz 提交于
    Primarily -
    * Added "static" to static functions.
    * Added proper signature with "void" to functions without arguments.
    * Marked unused arguments with "(void)".
    * Removed entirely unused static functions.
    * Added "const" to preserve const-correctness.
    * Added function prototypes for external functions.
    b389c71e
TestProductionCode2_Runner.c 643 字节