Wireshark mailing list archives

Re: [Wireshark-commits] rev 50939: /trunk/epan/ /trunk/epan/: proto.c


From: Guy Harris <guy () alum mit edu>
Date: Fri, 26 Jul 2013 16:01:04 -0700


On Jul 26, 2013, at 3:52 PM, eapache () 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-request () wireshark org?subject=unsubscribe


Current thread: