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

source fixes for GCC 6 #27

Closed
wants to merge 4 commits into from
Closed

source fixes for GCC 6 #27

wants to merge 4 commits into from

Commits on Feb 3, 2016

  1. left shifting a negative int is undefined behaviour / narrowing conve…

    …rsion issues / for GCC 6
    mschwendt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    7c89c37 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Configuration menu
    Copy the full SHA
    55db4ec View commit details
    Browse the repository at this point in the history
  2. avoid int overflow too

    mschwendt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    6381124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e6b07 View commit details
    Browse the repository at this point in the history