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

reserved identifier violation #3

Closed
elfring opened this issue Feb 27, 2013 · 5 comments
Closed

reserved identifier violation #3

elfring opened this issue Feb 27, 2013 · 5 comments

Comments

@elfring
Copy link

elfring commented Feb 27, 2013

I would like to point out that identifiers like "_NOBLEAPE_ENTITY_H_" and "_NOBLEAPE_UNIVERSE_H_" do not fit to the expected naming convention of the C language standard.
Would you like to adjust your selection for unique names?

@ghost
Copy link

ghost commented Feb 27, 2013

Is that because of leading and trailing underscores? Pedantic compilation doesn't catch this.

@barbalet
Copy link
Owner

Are you using cppcheck for this analysis?

@barbalet
Copy link
Owner

I, too, would like more information here.

@elfring
Copy link
Author

elfring commented Feb 27, 2013

No. - I perform my own small review here. The mentioned tool does not provide a check for this specific kind of static source code analysis so far.

@barbalet
Copy link
Owner

Fixed in b5b577f

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

2 participants