libuv/src
Ben Noordhuis db1dccb9ec windows: fix missing return value warning
Fixes the following warning:

    src\uv-common.c(476): warning C4715:
    'uv__getaddrinfo_translate_error' : not all control paths return
    a value

The function never returns - the final statement is a call to abort() -
but it seems MSVC's program flow analyzer is too weak to figure that
out.
2013-08-09 19:06:31 +02:00
..
unix unix: fix missing return value warning in stream.c 2013-08-08 21:10:37 +02:00
win windows: fix uninitialized local variable warning 2013-08-09 19:00:52 +02:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h queue: fix pointer truncation on LLP64 platforms 2013-06-15 14:08:36 +02:00
uv-common.c windows: fix missing return value warning 2013-08-09 19:06:31 +02:00
uv-common.h unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
version.c Now working on v0.11.8 2013-08-06 23:19:01 +02:00