BUILD: traces: don't pass an empty argument for missing ones
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2020 07:33:15 +0000 (09:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2020 07:37:52 +0000 (09:37 +0200)
commit022e5e56ed828a87a7b59a38032e48d3d11ba7a7
tree0107543aa2ee90bb5af3c01d2629b6676d5b930d
parent76296dce68bdf02eec36a66ae3ec4be9bd3b5ee5
BUILD: traces: don't pass an empty argument for missing ones

It initially looked appealing to be able to call traces with ",,," for
unused arguments, but tcc doesn't like empty macro arguments, and quite
frankly, adding a zero between the few remaining ones is no big deal.
Let's do so now.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c