Suppress Documentation errors for Xcode

There are 14,000 of them and I just don't care.
This commit is contained in:
Roza 2021-06-08 03:22:46 -04:00
parent 079386ef40
commit b3dd5c371e
2 changed files with 2 additions and 2 deletions

View file

@ -69,8 +69,6 @@ RB_METHOD(bitmapInitialize) {
setPrivateData(self, b);
bitmapInitProps(b, self);
GFX_UNLOCK;
return self;
}

View file

@ -3322,6 +3322,7 @@
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "-Wno-documentation";
};
name = Debug;
};
@ -3389,6 +3390,7 @@
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "-Wno-documentation";
};
name = Release;
};