Move variables into scope they are referenced within
authorRyan Harrison <rharrison@google.com>
Wed, 26 Aug 2020 14:01:14 +0000 (10:01 -0400)
committerLenny Komow <lenny@lunarg.com>
Wed, 26 Aug 2020 22:09:28 +0000 (16:09 -0600)
commitec5342bee3091ac3d83963e4dff1f1f26ac3df05
treebaea89a689cbb04252ce40a029c85bfe95f4e9a7
parente1c7eaa74142107f216675464a6a9fc5221385b8
Move variables into scope they are referenced within

This prevents unused variable warnings/errors on non-Windows
platforms.

Fixes #459
loader/loader.c