* lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
Add unreachable abort to silence compiler.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-10-22 Eric Blake <ebb9@byu.net>
+
+ glthread/thread: avoid compiler warning
+ * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
+ Add unreachable abort to silence compiler.
+
2008-10-22 Eric Blake <ebb9@byu.net>
netdb: also supply struct addrinfo for cygwin 1.5.x
gl_thread_t thread = gl_thread_self ();
thread->result = retval;
_endthreadex (0); /* calls ExitThread (0) */
+ abort ();
}
#endif