Add -Werror=implicit-function-declaration
Implicit function declaration is always a bug, but compilers don't turn it into an error by default for historical reasons, so add it to the default config.
Loading
Please register or sign in to comment
Implicit function declaration is always a bug, but compilers don't turn it into an error by default for historical reasons, so add it to the default config.