Skip to content
  1. Aug 03, 2017
  2. Aug 02, 2017
  3. Aug 01, 2017
  4. Jul 31, 2017
  5. Jul 30, 2017
  6. Jul 29, 2017
  7. Jul 28, 2017
  8. Jul 27, 2017
  9. Jul 26, 2017
  10. Jul 20, 2017
  11. Jul 18, 2017
  12. Jul 17, 2017
  13. Jul 16, 2017
    • Marcel Raad's avatar
      rtspd: fix GCC warning after MSVC warning fix · 38faf041
      Marcel Raad authored
      Older GCC warns:
      /tests/server/rtspd.c:1194:10: warning: missing braces around
      initializer [-Wmissing-braces]
      
      Fix this by using memset instead of an initializer.
      38faf041
    • Marcel Raad's avatar
      libtest: fix MSVC warning C4706 · fb3b0f25
      Marcel Raad authored
      With warning level 4, MSVC warns about assignments within conditional
      expressions. Change the while loop to a do-while loop to fix this. This
      change is also consistent with CODE_STYLE.md.
      fb3b0f25