http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35996
User: guy
Date: 2011/02/17 05:28 PM
Log:
Just for fun, see whether using __declspec(noreturn) on the exception
routines is sufficient to convince the Visual Studio code analyzer that
REPORT_DISSECTOR_BUG() never returns. (That would probably require that
abort() be tagged with __declspec(noreturn); let's hope Microsoft did
the right thing there.)
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-iwarp-mpa.c Modified