mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9bac0b77d0
Summary: The `override` keyword was used for some overriden methods and was not used for others. This caused the `-Winconsistent-missing-destructor-override` warning to show up, and since in some cases we build with `-Werror`, this broke the build. This diff adds the missing `override` keyword in a few places. Changelog: [Internal][Fixed] - Build issues Reviewed By: kodafb Differential Revision: D35513149 fbshipit-source-id: 92bca699f1be163189487d50c1050402df2ff038