Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
  2. Aug 10, 2016
  3. Jul 27, 2016
  4. Jul 20, 2016
  5. Jul 19, 2016
  6. Jul 17, 2016
  7. Jul 16, 2016
  8. Aug 03, 2015
  9. Jul 29, 2015
  10. Jul 27, 2015
  11. Jul 26, 2015
  12. Jul 25, 2015
  13. Jul 24, 2015
Loading