1. 11 Jan, 2017 8 commits
  2. 10 Jan, 2017 1 commit
    • Cedric Roux's avatar
      add format indicator to get LOG_X warnings · cb67d586
      Cedric Roux authored
      The LOG_X macros emit a lot of warnings when compiling with the T
      because they call the function logRecord (or logRecord_mt)
      which has not been "marked" as calling printf, so gcc won't
      emit typical printf warnings.
      
      With the T, they directly translate to sprintf, so those warnings
      pop up, much more verbose due to several macro expansions.
      
      Let's make them pop up all the time so it's easier to fix them.
      cb67d586
  3. 09 Jan, 2017 5 commits
  4. 06 Jan, 2017 14 commits
  5. 05 Jan, 2017 2 commits
  6. 03 Jan, 2017 1 commit
  7. 22 Dec, 2016 4 commits
  8. 21 Dec, 2016 5 commits