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. |
||
|---|---|---|
| .. | ||
| build.bat | ||
| build_examples.bat | ||
| clvars.bat | ||
| env.bat | ||
| hammer_lib_src_list | ||
| README.md | ||
| status.bat | ||
Support tools for the Windows (win32/win64) port.