Skip to content
  • lillolollo's avatar
    fix · b9426822
    lillolollo authored and Jehan's avatar Jehan committed
    ```
    ../../gimp/plug-ins/common/file-psp.c: In function 'load_image':
    ../../gimp/plug-ins/common/file-psp.c:1930:25: warning: passing argument 2 of 'g_stat' from incompatible pointer type [-Wincompatible-pointer-types]
     1930 |   if (g_stat (filename, &st) == -1)
          |                         ^~~
          |                         |
          |                         struct stat *
    In file included from ../../gimp/plug-ins/common/file-psp.c:44:
    C:/msys64/mingw64/include/glib-2.0/glib/gstdio.h:134:31: note: expected 'GStatBuf *' {aka 'struct _stat64 *'} but argument is of type 'struct stat *'
      134 |                  GStatBuf    *buf);
          |                  ~~~~~~~~~~~~~^~~
    
    ```
    b9426822