On Jul 26, 2013, at 3:52 PM, eapa...@wireshark.org wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50939
> 
> User: eapache
> Date: 2013/07/26 03:52 PM
> 
> Log:
> Squelch MSVC warnings. It doesn't know that DISSECTOR_ASSERT_NOT_REACHED 
> doesn't
> return.

Is that because it doesn't know that abort() doesn't return?  It *should* know 
that except_throw() doesn't return; if it also knows that abort() doesn't 
return, maybe it doesn't realize that nothing following

        (condition) ? function_that_never_returns() : 
another_function_that_never_returns()

will be executed.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to