Skip to content
Snippets Groups Projects
Select Git revision
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
21 results

UTIL

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    History
    Name Last commit Last update
    ..