| Bug ID |
9543
|
| Summary |
Compilation failure: /ui/decode_as_utils.h:79:1: error: function declaration isn’t a prototype
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86-64
|
| OS |
Fedora
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
r53914
--
make[2]: Entering directory `/home/yanivk/wireshark/ui'
CC libui_a-decode_as_utils.o
CC libui_a-follow.o
In file included from decode_as_utils.c:38:0:
../ui/decode_as_utils.h:79:1: error: function declaration isn’t a prototype
[-Werror=strict-prototypes]
FILE *decode_as_open();
^
decode_as_utils.c:245:1: error: function declaration isn’t a prototype
[-Werror=strict-prototypes]
decode_as_open() {
^
decode_as_utils.c: In function ‘decode_as_open’:
decode_as_utils.c:245:1: error: old-style function definition
[-Werror=old-style-definition]
You are receiving this mail because:
- You are watching all bug changes.