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

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

Log:
 Fix (-W)header-guard error found by clang 3.4
 
 ./packet-bluetooth-hci.h:24:9: error: '__PACKET_BLUETOOTH_HCI_H__' is used as a
       header guard here, followed by #define of a different macro
       [-Werror,-Wheader-guard]
 #ifndef __PACKET_BLUETOOTH_HCI_H__
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
 ./packet-bluetooth-hci.h:25:9: note: '__PACKET_BLUETOOTH_HCI__H__' is defined
       here; did you mean '__PACKET_BLUETOOTH_HCI_H__'?
 #define __PACKET_BLUETOOTH_HCI__H__
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
         __PACKET_BLUETOOTH_HCI_H__

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