Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid a 'may be used uninitialized' warning when built with '-c opt'. (…
…#15846) The motivation for this is first that under some combinations of flags it breaks builds and second it's trivial (and possibly zero runtime cost) to fix. It looks like the possibly bad case "should never happen", but converting this to a null pointer in the error case (which should at least make the failure less problematic) is cheap. Closes #15846 COPYBARA_INTEGRATE_REVIEW=#15846 from bcsgh:bcsgh/uninitialized 321d649 PiperOrigin-RevId: 607404168
- Loading branch information