X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/850a256b833831d58f3ac8479348033b8a159aae..20125017a4bccd0920ee21e178950b0de0e4d63b:/src/common/any.cpp diff --git a/src/common/any.cpp b/src/common/any.cpp index cefcc2a1d8..228f1770b3 100644 --- a/src/common/any.cpp +++ b/src/common/any.cpp @@ -484,7 +484,9 @@ WX_IMPLEMENT_ANY_VALUE_TYPE(wxAnyValueTypeImpl) 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; };