]> git.ozlabs.org Git - ccan/commitdiff
generator: Don't print variable unless the generator returned a value
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 22 Aug 2016 14:39:38 +0000 (02:39 +1200)
committerJon Griffiths <jon_p_griffiths@yahoo.com>
Mon, 29 Aug 2016 04:54:58 +0000 (16:54 +1200)
clang warns that the generator assignment is conditional which could
lead to passing an undefined variable to printf.

Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>

No differences found