Skip to content
  • Nobuyoshi Nakada's avatar
    27173e37
    Allow `RUBY_DEBUG_LOG` format to be empty · 27173e37
    Nobuyoshi Nakada authored
    GCC warns of empty format strings, perhaps because they have no
    effects in printf() and there are better ways than sprintf().
    However, ruby_debug_log() adds informations other than the format,
    this warning is not the case.
    27173e37
    Allow `RUBY_DEBUG_LOG` format to be empty
    Nobuyoshi Nakada authored
    GCC warns of empty format strings, perhaps because they have no
    effects in printf() and there are better ways than sprintf().
    However, ruby_debug_log() adds informations other than the format,
    this warning is not the case.
Loading