GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure out
authorGuy Harris <guy@alum.mit.edu>
Mon, 16 Apr 2001 22:06:34 +0000 (22:06 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 16 Apr 2001 22:06:34 +0000 (22:06 -0000)
commitaedaabc8c84840cc7b6222e56de7130c0632d4d7
treebedc2ee769a1fecde2474ba814545c32c82a47a7
parent122ed97b4afda31677fa80430b6c4785d34fb0de
GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure out
that the loop in "lanalyzer_open()" is an infinite loop, so the "return
0;" at the end isn't necessary to suppress a compiler warning with that
compiler - and Sun C not only figures it out, it warns that the
"g_assert_not_reached()" and the "return 0;" are unreachable, so I'll
take them out for now (and put them back if my older GCC at home still
requires it to suppress warnings).

svn path=/trunk/; revision=3310
wiretap/lanalyzer.c