]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/any.cpp
Extract compiler-specific macro definitions in a new wx/compiler.h.
[wxWidgets.git] / src / common / any.cpp
index cefcc2a1d88ff6a4b993002cbdc4954709091a87..228f1770b36826fece26670ead50ddb7f023ad87 100644 (file)
@@ -484,7 +484,9 @@ WX_IMPLEMENT_ANY_VALUE_TYPE(wxAnyValueTypeImpl<wxDateTime>)
 
 class wxAnyNullValue
 {
-private:
+protected:
+    // this field is unused, but can't be private to avoid Clang's
+    // "Private field 'm_dummy' is not used" warning
     void*   m_dummy;
 };