We remove two warnings:
1. warning: format '%ld' expects argument of type 'long int', but
argument 5 has type 'GType' {aka 'long long unsigned int'}
Since GType is gsize, and this is not used in translations, use format
specifier G_GSIZE_FORMAT.
2. warning: enumeration value 'SF_IMAGE' not handled in switch (and more
similar ones).
Add a default block to let the compiler know we handle all values.
|
||
|---|---|---|
| .. | ||
| console | ||
| interpreter | ||
| libscriptfu | ||
| scripts | ||
| server | ||
| test | ||
| meson.build | ||
| script-fu-eval.c | ||
| script-fu-eval.h | ||
| script-fu-text-console.c | ||
| script-fu-text-console.h | ||
| script-fu.c | ||