You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix compilation warnings in macOS build, enable warnings=extra werror=yes for macOS CI.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "semaphore_posix.h"
|
||||
|
||||
#if defined(UNIX_ENABLED) || defined(PTHREAD_ENABLED)
|
||||
#if (defined(UNIX_ENABLED) || defined(PTHREAD_ENABLED)) && !defined(OSX_ENABLED) && !defined(IPHONE_ENABLED)
|
||||
|
||||
#include "core/os/memory.h"
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user