Skip to content
  • Uwe Hermann's avatar
    output/csv: Fix a gcc 7 compiler warning. · 317c97be
    Uwe Hermann authored
      ../src/output/csv.c: In function ‘receive’:
      ../src/output/csv.c:580:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
         *out = g_string_new(ctx->frame);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
      ../src/output/csv.c:582:2: note: here
        case SR_DF_END:
        ^~~~
    317c97be