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

Fixed multiple warnings. #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 19, 2016

  1. Fixed warnings about implicit conversion from nullable pointer to non…

    …-nullable pointer.
    Jean-Charles BERTIN committed May 19, 2016
    Configuration menu
    Copy the full SHA
    9195bfa View commit details
    Browse the repository at this point in the history
  2. Fixed warnings about no explicit ownership when compiling with -Wexpl…

    …icit-ownership-type.
    Jean-Charles BERTIN committed May 19, 2016
    Configuration menu
    Copy the full SHA
    969f528 View commit details
    Browse the repository at this point in the history
  3. Fixed warning about declaration shadowing a local variable when compi…

    …ling with -Wshadow.
    Jean-Charles BERTIN committed May 19, 2016
    Configuration menu
    Copy the full SHA
    0dc5997 View commit details
    Browse the repository at this point in the history