Wireshark-bugs: [Wireshark-bugs] [Bug 8416] remove C++ incompatibilities
Date: Sat, 02 Mar 2013 12:51:13 +0000

changed bug 8416

What Removed Added
Attachment #10170 Flags   review_for_checkin?

Comment # 24 on bug 8416 from
Created attachment 10170 [details]
patch to remove C++ incompatibilities from profinet plugin

this patch converts implicit to explicit casts to remove C++ incompatibilities
from the profinet plugin.  In one case, a function's formal argument was
changed from "const guint8 *" to "const void *" to localize the casts within
the function (cba_ldev_find) rather than every place it's called.


You are receiving this mail because:
  • You are watching all bug changes.