Skip to content
  • Hans de Goede's avatar
    image-fit: Fix compiler warning in fit_conf_print() · 5bcec545
    Hans de Goede authored
    
    
    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>
    5bcec545