Skip to content
  • Ben Boeckel's avatar
    warnings: add scopes to macros that generate variables · 974bb0e4
    Ben Boeckel authored
    With debug information and sanitizers, GCC warns that there are too many
    variables to track when macros splat out a pile of variables. Since the
    macros are self-contained, they can gain a scope to ease the load of
    debug information for the entire function.
    974bb0e4