Skip to content
Commit 5bcec545 authored by Hans de Goede's avatar Hans de Goede Committed by Tom Rini
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
parent 290ac3bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment