Skip to content
Snippets Groups Projects
  1. Jan 31, 2016
    • Nicolas Léveillé's avatar
      Remove warning about tail "potentially uninitialized" · 206f5044
      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
  2. Dec 20, 2015
  3. Dec 04, 2015
  4. Dec 02, 2015
  5. Dec 01, 2015
  6. Nov 30, 2015
  7. Nov 14, 2015
  8. Nov 01, 2015
  9. Oct 30, 2015
  10. Oct 29, 2015
  11. Oct 04, 2015
  12. Oct 03, 2015
  13. Sep 25, 2015
  14. Sep 24, 2015
  15. Sep 17, 2015
  16. Sep 16, 2015
Loading