The warning is real in the sense that the member variable is not initialized in the constructor, but we have code that initializes it at the right moments but that's not transparent to GCC. And to say how brittle the warning is: it should catch other similar places that do exist, but doesn't. Differential Revision: https://phabricator.services.mozilla.com/D260426