]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image-fit: Fix compiler warning in fit_conf_print()
authorHans de Goede <hdegoede@redhat.com>
Fri, 29 May 2015 13:09:48 +0000 (15:09 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 6 Jun 2015 13:30:20 +0000 (09:30 -0400)
commit5bcec545a6ca977ad74ee9fe0f2b335d348b5000
treebf79b882cf298f744ddc90f1a2b85edb32da2213
parent290ac3bb1a1fbd85abcecfd8ff8cb837029d067a
image-fit: Fix compiler warning in fit_conf_print()

This fixes the following compiler warning:

In file included from tools/common/image-fit.c:1:0:
./tools/../common/image-fit.c: In function ‘fit_conf_print’:
./tools/../common/image-fit.c:1470:27: warning: logical not is only applied
 to the left hand side of comparison [-Wlogical-not-parentheses]
    (const char **)&uname) > 0;

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/image-fit.c