• S
    Warn about missing prototypes. · 29b6643b
    Stephan Gatzka 提交于
    This switch warns about missing prototypes. It does not warn if
    functions are declared static. So this switch encourages the usage of
    static whenever possible. This enables the compiler to perform inlining.
    29b6643b
CMakeLists.txt 3.9 KB