Wireshark-commits: [Wireshark-commits] rev 53033: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 01 Nov 2013 21:39:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53033

User: wmeier
Date: 2013/11/01 09:39 PM

Log:
 Revert SVN #53027: It gives compile warning on GCC (at least).
 (No time right now to figure the problem out).
 
  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);
  ^

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +19 -87    packet-mq-base.c    Modified
  +45 -87    packet-mq-pcf.c     Modified
  +244 -296  packet-mq.c         Modified
  +25 -51    packet-mq.h         Modified