Skip to content
New issue

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

‘-Werror=implicit-function-declaration’ is not valid for C++ #52

Closed
sebastinas opened this issue Sep 4, 2019 · 2 comments
Closed

Comments

@sebastinas
Copy link

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.

sebastinas added a commit to sebastinas/gmmlib that referenced this issue Oct 13, 2019
@baybal
Copy link

baybal commented Apr 26, 2020

implicit-function-declaration makes no sense on gcc 9+ for c++

@edwarddavidbaker
Copy link

Looks like this was removed in a3fe3ac .

zchrissirhcz added a commit to zchrissirhcz/rocbuild that referenced this issue Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants