Skip to content
  • Philip Withnall's avatar
    gapplication: Fix a -Wfloat-conversion warning · 9cb0e946
    Philip Withnall authored
    
    
    This introduces no functional changes, but does squash a false positive
    warning from `-Wfloat-conversion`:
    ```
    ../gio/gapplication.c:462:15: error: implicit conversion turns floating-point number into integer: 'gdouble' (aka 'double') to '_Bool' [-Werror,-Wfloat-conversion]
              if (*(gdouble *) entry->arg_data)
              ~~  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    ```
    
    Signed-off-by: default avatarPhilip Withnall <pwithnall@gnome.org>
    9cb0e946