]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
On some systems (NetBSD 1.6 and Solaris 9, at least), GCC doesn't understand
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 24 Apr 2005 14:43:00 +0000 (14:43 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 24 Apr 2005 14:43:00 +0000 (14:43 +0000)
commit38b266727a4c14e6923358902b8b55494dcff7d3
treefc742f6ae841b8f1017dd38d7b81087b19798c7a
parentf2b0335c48ee9afe69420f9869cf205f018ace99
On some systems (NetBSD 1.6 and Solaris 9, at least), GCC doesn't understand
the semantics of assert(0) and believes it can return.  Add a gratuitous
exit(1) to convince it that this won't happen, and hence quell a couple of
warnings about variables' being used uninitialised.

[originally from svn r5669]
import.c
unix/uxnet.c