Warn about missing prototypes.
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.
Showing
想要评论请 注册 或 登录