mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
extra ';' inside a struct or union -- clang warnings fixed
This commit is contained in:
committed by
Martin Sustrik
parent
240fc33f65
commit
751b60a18d
@@ -379,7 +379,7 @@ typedef struct XMLDLLENTRY XMLNode
|
||||
XMLNode(const XMLNode &A); ///< to allow shallow/fast copy:
|
||||
XMLNode& operator=( const XMLNode& A ); ///< to allow shallow/fast copy:
|
||||
|
||||
XMLNode(): d(NULL){};
|
||||
XMLNode(): d(NULL){}
|
||||
static XMLNode emptyXMLNode;
|
||||
static XMLClear emptyXMLClear;
|
||||
static XMLAttribute emptyXMLAttribute;
|
||||
|
||||
Reference in New Issue
Block a user