commit | 766148705a2398eac0b20d83c61137d4969630f1 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Fri May 29 15:09:48 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jun 06 09:30:20 2015 -0400 |
tree | bf79b882cf298f744ddc90f1a2b85edb32da2213 | |
parent | 13b468f3193c97c07629ecc3d29951aadf6f1b9f [diff] |
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>