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

jpwl: Remove non-portable data type u_int16_t (fix issue #796) #797

Merged
merged 1 commit into from
Jul 14, 2016

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Jul 14, 2016

The type casts which used this data type can be removed by changing
the signature of function swap16. As this function is called with
unsigned variables, this change is reasonable.

Signed-off-by: Stefan Weil sw@weilnetz.de

The type casts which used this data type can be removed by changing
the signature of function swap16. As this function is called with
unsigned variables, this change is reasonable.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@mayeut mayeut merged commit e40c28c into uclouvain:master Jul 14, 2016
@stweil stweil deleted the fix branch July 14, 2016 09:00
malaterre pushed a commit that referenced this pull request Sep 13, 2016
The type casts which used this data type can be removed by changing
the signature of function swap16. As this function is called with
unsigned variables, this change is reasonable.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
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.

2 participants