Bill Meier
changed
bug 9367
What |
Removed |
Added |
Status |
UNCONFIRMED
|
IN_PROGRESS
|
Ever confirmed |
|
1
|
Comment # 5
on bug 9367
from Bill Meier
Reverted (temporarily) in SVN #53033.
It doesn't build on (at least) gcc.
(I've run out of time to look at this right now.
If you see what is needed for a fix, please let me know.
Otherwise I'll look at this inthe next say or two).
CC libdissectors_la-packet-mq-base.lo
In file included from packet-mq-base.c:32:0:
packet-mq.h:42:54: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '_ext'
#define DEF_VALSEXT(A) value_string_ext GET_VALSV(A)_ext =
VALUE_STRING_EXT_INIT(GET_VALSV(A))
^
packet-mq-base.c:1301:1: note: in expansion of macro 'DEF_VALSEXT'
DEF_VALSEXT(selector);
^
packet-mq.h:42:54: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '_ext'
#define DEF_VALSEXT(A) value_string_ext GET_VALSV(A)_ext =
VALUE_STRING_EXT_INIT(GET_VALSV(A))
^
packet-mq-base.c:1495:1: note: in expansion of macro 'DEF_VALSEXT'
DEF_VALSEXT(mqcmd);
^
You are receiving this mail because:
- You are watching all bug changes.