Gimp/app/operations/layer-modes
Alx Sa 06a0bafe79 plug-ins, operations: Fix warnings on Windows
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.
2025-05-22 02:10:08 +00:00
..
gimp-layer-modes.c plug-ins, operations: Fix warnings on Windows 2025-05-22 02:10:08 +00:00
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 app: replace the mutex by a RW lock. 2025-05-06 14:18:09 +00:00
gimpoperationlayermode.h app: replace the mutex by a RW lock. 2025-05-06 14:18:09 +00:00
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