This patch reduces three sets of warnings when compiling on Windows: * In gimp-layer-modes.c, we move the g_return_val_if_reached () in gimp_layer_mode_get_format () to the default case in the last switch statement to prevent a warning about an unhandled switch case * In spline.c, we initialize V[] to prevent a warning about uninitialized values * In flame.c, we unconditionally call g_bytes_unref () to prevent a warning about dangling pointers. |
||
|---|---|---|
| .. | ||
| gimp-layer-modes.c | ||
| gimp-layer-modes.h | ||
| gimpoperationantierase.c | ||
| gimpoperationantierase.h | ||
| gimpoperationbehind.c | ||
| gimpoperationbehind.h | ||
| gimpoperationdissolve.c | ||
| gimpoperationdissolve.h | ||
| gimpoperationerase.c | ||
| gimpoperationerase.h | ||
| gimpoperationlayermode-blend.c | ||
| gimpoperationlayermode-blend.h | ||
| gimpoperationlayermode-composite-sse2.c | ||
| gimpoperationlayermode-composite.c | ||
| gimpoperationlayermode-composite.h | ||
| gimpoperationlayermode.c | ||
| gimpoperationlayermode.h | ||
| gimpoperationmerge.c | ||
| gimpoperationmerge.h | ||
| gimpoperationnormal-sse2.c | ||
| gimpoperationnormal-sse4.c | ||
| gimpoperationnormal.c | ||
| gimpoperationnormal.h | ||
| gimpoperationpassthrough.c | ||
| gimpoperationpassthrough.h | ||
| gimpoperationreplace.c | ||
| gimpoperationreplace.h | ||
| gimpoperationsplit.c | ||
| gimpoperationsplit.h | ||
| meson.build | ||