Wireshark-bugs: [Wireshark-bugs] [Bug 8416] remove C++ incompatibilities

Date: Sun, 17 Mar 2013 16:03:08 +0000

changed bug 8416

What Removed Added
Attachment #10296 Flags   review_for_checkin?

Comment # 78 on bug 8416 from
Created attachment 10296 [details]
patch to remove C++ incompatibilities from uat_new calls from several files

the fifth argument to uat_new is "void** data_ptr" but many files cast it to
"void *" on invocation.  This patch changes those files to use a "void **" cast
to remove a C++ incompatibility.


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