microsoft / wil

Windows Implementation Library
MIT License
2.57k stars 234 forks source link

Ensure members are initialized #437

Closed jonwis closed 6 months ago

jonwis commented 7 months ago

Code analysis detected missing default-initialization. Inspection of the implementation shows that it would have been initialized on all paths, but not visible to the analyzer.

See also http://task.ms/46044915