mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-22 19:39:40 +08:00
Fix xcode warnings (#23648)
Summary: Fixes yet more Xcode warnings. [iOS] [Fixed] - Xcode warnings Pull Request resolved: https://github.com/facebook/react-native/pull/23648 Differential Revision: D14214231 Pulled By: hramos fbshipit-source-id: 050ab8519ca77941894b650b1c56bfcbe86e2c69
This commit is contained in:
committed by
Facebook Github Bot
parent
24b9889fb2
commit
918620bdcb
@@ -28,7 +28,7 @@ public:
|
||||
dispatch_async(queue, block);
|
||||
}
|
||||
}
|
||||
void runOnQueueSync(std::function<void()>&& func) override {
|
||||
void runOnQueueSync(std::function<void()>&& __unused func) override {
|
||||
LOG(FATAL) << "Unsupported operation";
|
||||
}
|
||||
void quitSynchronous() override {
|
||||
|
||||
Reference in New Issue
Block a user