You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix compilation warnings in macOS build, enable warnings=extra werror=yes for macOS CI.
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
CMMNotificationClient() :
|
||||
_cRef(1),
|
||||
_pEnumerator(NULL) {}
|
||||
~CMMNotificationClient() {
|
||||
virtual ~CMMNotificationClient() {
|
||||
if ((_pEnumerator) != NULL) {
|
||||
(_pEnumerator)->Release();
|
||||
(_pEnumerator) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user