-
Notifications
You must be signed in to change notification settings - Fork 409
Make generated code compilable with -Wall -Werror #1741
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
Comments
This was referenced Oct 18, 2016
jaeandersson
added a commit
that referenced
this issue
Mar 7, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 7, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 8, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 8, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 8, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 8, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 9, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 9, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 9, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 9, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 9, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
jaeandersson
added a commit
that referenced
this issue
Mar 10, 2017
You get warnings if you enable |
Resolved as far as I can tell. |
jaeandersson
added a commit
that referenced
this issue
Apr 3, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 4, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 4, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 4, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 4, 2017
jaeandersson
added a commit
that referenced
this issue
Apr 4, 2017
jaeandersson
added a commit
that referenced
this issue
May 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling generated code with -Wall will result in unused variables warnings (and possibly other warnings). These originate both from e.g. iterators that may or may not be used and from unused function arguments.
The text was updated successfully, but these errors were encountered: