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

Start fixing build warnings #16

Merged
merged 3 commits into from Dec 24, 2013
Merged

Start fixing build warnings #16

merged 3 commits into from Dec 24, 2013

Commits on Dec 24, 2013

  1. Fix src/network/ProcessPool.c:145:3: warning: implicit declaration of…

    … function 'wait' [-Wimplicit-function-declaration]
    
    Fix ProcessPool.c:131:9: warning: unused variable 'writer_pti' [-Wunused-variable]
    Fix ProcessPool.c:131:6: warning: unused variable 'i' [-Wunused-variable]
    Fix src/network/ProcessPool.c:71:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
    remicollet committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    c9b6856 View commit details
    Browse the repository at this point in the history
  2. Fix [-Wunused-variable]

    remicollet committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    e9218a6 View commit details
    Browse the repository at this point in the history
  3. Fix warning: passing argument 3 of 'swConnection_close' from incompat…

    …ible pointer type [enabled by default]
    remicollet committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    c2a19b6 View commit details
    Browse the repository at this point in the history