[analyzer] Silence a warning.
An old clang warns that the const object has no default constructor so it may remain uninitialized forever. That's a false alarm because all fields have a default initializer. Apply the suggested fixit anyway.
Loading
Please sign in to comment