hammer/tools/windows
Nicolas Léveillé 206f5044a8 Remove warning about tail "potentially uninitialized"
MSVC was complaining that the `tail` variable was potentially
uninitialized in the while branch. Since the while loop is actually
coupled to the if (head != NULL) that initializes the tail variable,
we move them together, which makes the warning disappear.
2016-01-31 16:55:17 +01:00
..
build.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
build_examples.bat Deactivate compiler warnings from CL.EXE that fire in hammer 2015-08-09 22:46:45 +02:00
clvars.bat Remove c4388 signed/unsigned mismatch 2015-12-20 11:50:54 +01:00
env.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
hammer_lib_src_list Remove warning about tail "potentially uninitialized" 2016-01-31 16:55:17 +01:00
README.md windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
status.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00

Support tools for the Windows (win32/win64) port.