Enable warnings for CMake builds and fix some warnings that this
exposed.

Also add wxUSE_NATIVE_DATAVIEWCTRL option and change default GTK version
to 3 for CMake too.

See https://github.com/wxWidgets/wxWidgets/pull/1825
This commit is contained in:
Vadim Zeitlin
2020-05-06 14:34:34 +02:00
16 changed files with 59 additions and 33 deletions

View File

@@ -343,7 +343,7 @@ public:
{
}
virtual bool IsFrozen() const { return true; }
virtual bool IsFrozen() const wxOVERRIDE { return true; }
};
@@ -375,7 +375,7 @@ public:
{
}
virtual bool IsFrozen() const { return true; }
virtual bool IsFrozen() const wxOVERRIDE { return true; }
};