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 GCC 5.3.1 warnings #35

Merged
merged 1 commit into from
Oct 17, 2016
Merged

Fix GCC 5.3.1 warnings #35

merged 1 commit into from
Oct 17, 2016

Conversation

jasp00
Copy link

@jasp00 jasp00 commented Jul 17, 2016

This fixes the following warnings:

  • 'foo' is static but used in inline function 'bar' which is not static

    I have not tested Clang.
  • assignment discards 'const' qualifier from pointer target type

@jasp00
Copy link
Author

jasp00 commented Jul 17, 2016

I have fixed a missing warning. Besides, it works with Clang.

@swh swh merged commit 8b50f34 into swh:master Oct 17, 2016
@jasp00 jasp00 deleted the gcc-warnings branch January 4, 2017 19:26
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