Wireshark-commits: [Wireshark-commits] rev 51283: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 10 Aug 2013 21:32:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51283

User: alagoutte
Date: 2013/08/10 02:32 PM

Log:
 Fix (-W)header-guard error found by clang 3.4
 
 ../../epan/dissectors/packet-mpeg-sect.h:26:9: error: '__PACKET_MPEG_SECT_H_' is
       used as a header guard here, followed by #define of a different macro
       [-Werror,-Wheader-guard]
 #ifndef __PACKET_MPEG_SECT_H_
         ^~~~~~~~~~~~~~~~~~~~~
 ../../epan/dissectors/packet-mpeg-sect.h:27:9: note: '__PACKET_MPEG_SECT_H__' is
       defined here; did you mean '__PACKET_MPEG_SECT_H_'?
 #define __PACKET_MPEG_SECT_H__
         ^~~~~~~~~~~~~~~~~~~~~~
         __PACKET_MPEG_SECT_H_

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-mpeg-sect.h    Modified