Skip to content
Snippets Groups Projects
  1. Jan 11, 2017
  2. Jan 10, 2017
    • Cédric Roux's avatar
      add format indicator to get LOG_X warnings · cb67d586
      Cédric 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. Jan 09, 2017
  4. Jan 06, 2017
  5. Jan 05, 2017
  6. Jan 03, 2017
  7. Dec 22, 2016
  8. Dec 21, 2016
  9. Dec 20, 2016
  10. Dec 19, 2016
Loading