We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCC 9 emits the following new warning:
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
Please remove the flag for C++ code.
The text was updated successfully, but these errors were encountered:
Remove '-Werror=implicit-function-declaration' (fixes intel#52)
a38bfcb
implicit-function-declaration makes no sense on gcc 9+ for c++
Sorry, something went wrong.
Looks like this was removed in a3fe3ac .
Updating the Licensening details (#52)
9253eb8
Fix G++ >=9.2: drop implicit-function-declaration
10e9d28
intel/gmmlib#52
No branches or pull requests
GCC 9 emits the following new warning:
Please remove the flag for C++ code.
The text was updated successfully, but these errors were encountered: