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. Oct 29, 2015
  3. May 12, 2014
  4. Apr 20, 2014
  5. Jun 24, 2013
  6. Jun 20, 2013
  7. Jun 14, 2013
  8. Jun 07, 2013
  9. Jun 06, 2013
  10. Jun 05, 2013
  11. May 24, 2013
  12. May 22, 2013
  13. May 08, 2013
  14. May 05, 2013
  15. Apr 30, 2013
  16. Jan 09, 2013
  17. Nov 14, 2012
  18. Oct 08, 2012
  19. May 26, 2012
  20. May 24, 2012
  21. May 17, 2012
Loading