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 compiler warings #163

Closed
wants to merge 7 commits into from
Closed

Conversation

frankmorgner
Copy link
Member

I fixed some of them, but still a lot to do...

@JenkinsForOpenSC
Copy link

Can one of the admins verify this patch?

@viktorTarasov
Copy link
Member

@JenkinsForOpenSC ok to test

Frank Morgner added 5 commits May 27, 2013 12:29
fixes a lot of warnings which pass a const buffer to the APDU's data

Note that a non-const data member is only required for sc_allocate_apdu
sc_free_apdu. They are currently used with an explicit typecast.
However, sc_allocate_apdu and sc_free_apdu both are not used once in the
entire project. One might also simply throw both functions away.
@frankmorgner
Copy link
Member Author

While fixing more warnings I even found some bugs, see the commits attached.

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

3 participants