mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Suppress Documentation errors for Xcode
There are 14,000 of them and I just don't care.
This commit is contained in:
parent
079386ef40
commit
b3dd5c371e
2 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,6 @@ RB_METHOD(bitmapInitialize) {
|
||||||
setPrivateData(self, b);
|
setPrivateData(self, b);
|
||||||
bitmapInitProps(b, self);
|
bitmapInitProps(b, self);
|
||||||
|
|
||||||
GFX_UNLOCK;
|
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3322,6 +3322,7 @@
|
||||||
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WARNING_CFLAGS = "-Wno-documentation";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
|
@ -3389,6 +3390,7 @@
|
||||||
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.zoro.mkxp-z";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WARNING_CFLAGS = "-Wno-documentation";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue