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

Clean up of warnings (tested on clang). #9

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

Commits on Jul 4, 2014

  1. Configuration menu
    Copy the full SHA
    197467a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Improved warnings suppression.

    Accepted Troy's suggestions. In tpl_dump(), cast to int from a write() return value
    is performed after checking for INT_MAX.
    Also, avoiding use of ssize_t (in favour to size_t or long+cast) to be windows
    friendly.
    pbosetti committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    6bbeef0 View commit details
    Browse the repository at this point in the history