http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37100
User: cmaynard
Date: 2011/05/12 01:32 PM
Log:
From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. I
committed a variation of his patch that deleted unused variables rather than
#if 0'ing them out, and I also kept dissect_dnp3_al()'s return values, even if
it's not currently being checked, just in case the commented code is ever
uncommented and the return value ends up being checked later on. Lastly, I
also added what appeared to be some missing DNP3_AL_UNS's.
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -10 packet-dnp.c Modified