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

ISO C does not support '__FUNCTION__' predefined identifier #160

Closed
wants to merge 1 commit into from

Conversation

ignatenkobrain
Copy link
Contributor

ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]

https://gcc.gnu.org/gcc-5/porting_to.html

`ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]`

https://gcc.gnu.org/gcc-5/porting_to.html
@graphitemaster
Copy link
Owner

This will break on MSVC, it's also ugly, just add the -Wno- thing instead

@ignatenkobrain
Copy link
Contributor Author

@graphitemaster does MSVC support C99? Probably we want to use __func__ instead

Blub added a commit that referenced this pull request Feb 11, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants