summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-04-11 16:11:51 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-04-16 09:08:45 +0800
commitcf651e02fb7a34545211708c2a285cd228645531 (patch)
tree96830acda3e05d5293abe077219dd24f48464ee9 /ui
parentada4ea46dd44e667bfe6341e0b7b5366e5741351 (diff)
downloadtalos-petitboot-cf651e02fb7a34545211708c2a285cd228645531.tar.gz
talos-petitboot-cf651e02fb7a34545211708c2a285cd228645531.zip
discover: Fix uninitialised var warnings
We get a couple of uninitialised var warning when compiling with certain CFLAGS (-fprofile-arcs -ftest-coverage at this stage). In statement_if_execute: We'll never actually use this uninitialised (as there must be at least one conditional in the parsed statement), but we should address the warning nonetheless. As passed to strtok_r: strtok will initialise this, but it isn't obvious to the compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud