Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Loading
user avatar
Nicolas Léveillé authored
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.
206f5044
History
Name Last commit Last update
..