Move back to failing on warnings. Leave the placeholder var for future

We can remove the empty var if we want but it leaves it structuially the same as Linux and a nice easy place should we need to add in the future.
This commit is contained in:
Beq
2025-09-08 21:37:12 +01:00
parent bd147c5b88
commit a054df979f
+1 -1
View File
@@ -60,7 +60,7 @@ LL_BUILD_POSIX_BASE_SWITCHES="-std=c++17 -fPIC"
# Mac
LL_BUILD_DARWIN_DEPLOY_TARGET="11"
LL_BUILD_DARWIN_DISABLED_WARNINGS="-Wno-error=unused-but-set-variable -Wno-error=inconsistent-missing-override"
LL_BUILD_DARWIN_DISABLED_WARNINGS=""
LL_BUILD_DARWIN_BASE_MACROS="-DPIC -DLL_DARWIN=1 -DLIB_NDOF=1 -DCARES_STATICLIB $LL_BUILD_POSIX_BASE_MACROS"
LL_BUILD_DARWIN_BASE_SWITCHES="-gdwarf-2 -stdlib=libc++ -mmacosx-version-min=$LL_BUILD_DARWIN_DEPLOY_TARGET -iwithsysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ $LL_BUILD_POSIX_BASE_SWITCHES $LL_BUILD_DARWIN_DISABLED_WARNINGS"
LL_BUILD_DARWIN_BASE="$LL_BUILD_DARWIN_BASE_SWITCHES $LL_BUILD_DARWIN_BASE_MACROS"