http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51284
User: alagoutte
Date: 2013/08/10 02:32 PM
Log:
Fix (-W)header-guard error found by clang 3.4
./packet-idp.h:25:9: error: '__PACKET_IDP_H__' is used as a header guard here,
followed by #define of a different macro [-Werror,-Wheader-guard]
#ifndef __PACKET_IDP_H__
^~~~~~~~~~~~~~~~
./packet-idp.h:26:9: note: '__PACKET_IPX_H__' is defined here; did you mean
'__PACKET_IDP_H__'?
#define __PACKET_IPX_H__
^~~~~~~~~~~~~~~~
__PACKET_IDP_H__
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-idp.h Modified