deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

Fix uninitialized variable m_QuickstartGen #319

Closed bmharper closed 5 years ago

bmharper commented 5 years ago

I noticed this on an x64 build on VS 2017 15.9.8

I also re-ordered the variables so that it's easier to spot an uninitialized one.

emoon commented 5 years ago

I think this PR should be accepted. I had to manually apply it some days ago because I ran into the same issue.

deplinenoise commented 5 years ago

Sorry for slow response. This was lost in my feed!