Cleanup: shut up gcc uninitialized var warning
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 01:00:23 +0000 (21:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 01:00:23 +0000 (21:00 -0400)
commit4b8de1531a2a5b5ef8ca87ad104567de4f74f469
tree042a07a1c680cfe4508466bc8864977ddeb33e4b
parent217108a9bb843e9533e402996994d6f1c74aa16e
Cleanup: shut up gcc uninitialized var warning

Even though it should never be used unset (due to return value), let's
be extra careful and check if indeed not set, and return an error in
that case.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/iterator.c
This page took 0.024248 seconds and 4 git commands to generate.