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 some compiler warnings! #17

Merged
merged 2 commits into from
Sep 1, 2014
Merged

Conversation

erikarn
Copy link

@erikarn erikarn commented Aug 31, 2014

  • The uinet bits in libev code use pthreads, but pthreads.h isn't included.
  • assert() doesn't take a string - it takes a true/false value.
    So, create a macro for it and use it everywhere.

Adrian Chadd added 2 commits August 31, 2014 09:49
* The uinet bits in libev code use pthreads, but pthreads.h isn't included.
* assert() doesn't take a string - it takes a true/false value.
  So, create a macro for it and use it everywhere.
pkelsey added a commit that referenced this pull request Sep 1, 2014
Fix some compiler warnings!
@pkelsey pkelsey merged commit ad74f26 into pkelsey:master Sep 1, 2014
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