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

Fix compilation warning message in autogenereatedcode. #14

Merged
merged 1 commit into from
Jan 23, 2012

Conversation

sancane
Copy link
Contributor

@sancane sancane commented Apr 22, 2011

Integer types defined in ASN1 in the range (0..4294967295) don't
need to declare the variable "value". Before this patch, the generated
code produced an unnecessary variable assignation and new compilers
trigger a message warning because the variable is no longer used
anymore due to the unsigned long optimization check.

Integer types defined in ASN1 in the range (0..4294967295) does
not need declare the variable "value". Before this patch, generated
code produced an unnecessary variable assignation and new compilers
trigger a message warning because the variable is no longer used
anymore due to the optimization for unsigned longs check.
@sancane
Copy link
Contributor Author

sancane commented Nov 18, 2011

ping

vlm added a commit that referenced this pull request Jan 23, 2012
Fix compilation warning message in autogenereatedcode.
@vlm vlm merged commit 1d44923 into vlm:master Jan 23, 2012
velichkov pushed a commit to velichkov/asn1c that referenced this pull request Apr 19, 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