[email protected]
changed
bug 8416
What |
Removed |
Added |
Attachment #10170 Flags |
|
review_for_checkin?
|
Comment # 24
on bug 8416
from [email protected]
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.