mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 13:30:44 +00:00
6cd1f70bb6
* Note at the time of committing there are still some warnings in MS headers that you might need to suppress in a couple of files. * 3rd party code just has the warnings suppressed for ease of merging. * The majority of warning fixes were for local variables shadowing other locals, function parameters, or members. In most cases they weren't a problem, but in some cases it was potentially dangerous!