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:
ericlewis
2019-02-25 14:26:21 -08:00
committed by Facebook Github Bot
parent 24b9889fb2
commit 918620bdcb
2 changed files with 9 additions and 5 deletions

View File

@@ -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 {