Fix: incorrect compiler warning
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Sep 2014 16:24:07 +0000 (12:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Sep 2014 16:25:28 +0000 (12:25 -0400)
commitbe35b842804b3fcc90bbe019eaf2d4a278983cfb
treef0e2e04ebf85ec8d41ac0f3977557794168cd215
parentfcf104173870de4678c8f69e33039d39193c939a
Fix: incorrect compiler warning

The compiler does not see that *target will necessarily set the values.
Initialize the variables to 0 to silence uninitialized variable warning.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/metadata/ctf-visitor-generate-io-struct.c
This page took 0.024104 seconds and 4 git commands to generate.