Bug ID |
10209
|
Summary |
wireshark-1.12 rc2 (and git) on ARM - expert.c:392:2: error: incompatible type for argument 8 of 'expert_set_info_vformat'
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
ARM
|
OS |
Gentoo
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Capture file support (libwiretap)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12828 [details]
patch va_list to be unused instead of NULL
Build Information:
Build fails, so there's no way to paste this information.
--
On ARM, va_list can't be NULL, so I've come up with a patch that tells it that
va_list is unused instead. In the build log, it looks like this:
expert.c: In function 'expert_add_info':
expert.c:392:2: error: incompatible type for argument 8 of
'expert_set_info_vformat'
expert.c:299:1: note: expected 'va_list' but argument is of type 'void *'
expert.c: In function 'proto_tree_add_expert':
expert.c:420:2: error: incompatible type for argument 8 of
'expert_set_info_vformat'
expert.c:299:1: note: expected 'va_list' but argument is of type 'void *'
This only occurs on ARM, after my patch, build completes successfully.
I based it off git's master branch, hopefully that's correct. I was trying to
figure out how to submit it to Gerrit, but the documentation for that seems to
still point to using SVN.
If there is any more information or assistance needed, please let me know!
You are receiving this mail because:
- You are watching all bug changes.