wireshark/plugins
Guy Harris e600a12538 OK, *that's* what Clang Cat was going on about:
packet-dcerpc-pn-io.c:8438:17: warning: Although the value
	stored to 'prm_flag2' is used in the enclosing expression, the
	value is never actually read from 'prm_flag2'

OK, thanks for telling me that, technically,

	prm_flag1 = prm_flag2 = 0;

can be implemented by storing the 0 into prm_flag1 directly rather than
storing 0 into prm_flag2 and copying it to prm_flag1.  Yes, you can haz
cheeseburger.

I guess it would matter if we were actually depending on some
side-effect of fetching prm_flag2, but we're not.  Rewrite this one to
squelch the complaint.

svn path=/trunk/; revision=39841
2011-11-15 05:37:56 +00:00
..
asn1 Fix some additional [-Wunused-but-set-variable] 2011-11-12 19:17:21 +00:00
docsis Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type. 2011-10-20 14:30:27 +00:00
easy_codec A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
ethercat For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
giop A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
gryphon For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
irda For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
m2m For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
mate Add a comment about the uncommented glib deprecated warnings. 2011-08-08 09:39:30 +00:00
opcua For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
profinet OK, *that's* what Clang Cat was going on about: 2011-11-15 05:37:56 +00:00
stats_tree A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
tpg For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
unistim For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
wimax Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type. 2011-10-20 14:30:27 +00:00
wimaxasncp For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg. 2011-10-21 02:10:19 +00:00
Custom.nmake.example fix install step 2009-07-06 09:46:28 +00:00
Makefile.am From Michael Mann: 2011-06-08 05:20:43 +00:00
Makefile.nmake From Michael Mann: 2011-06-08 05:20:43 +00:00
plugins.vcproj Update *.vcproj to visual studio 8 2009-09-24 05:11:47 +00:00