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:24:07 +0000 (12:24 -0400)
commitd521c3185c6e7849454cf055fc913f8848e59e83
tree1ae58a2c79c89f5c24cfe027c9a0370e9045a3a0
parentc88c09f9909b46d098b677aa5fc8a1dc528580fd
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.02769 seconds and 4 git commands to generate.