app: Properly fix unused eek_handled

Proper fix after 189598c3
This commit is contained in:
Bruno Lopes 2026-03-31 14:14:16 -03:00
parent 7ce3ed457e
commit b5ca37f192

View file

@ -293,7 +293,9 @@ gimp_eek (const gchar *reason,
gboolean use_handler) gboolean use_handler)
{ {
GimpCoreConfig *config = the_errors_gimp->config; GimpCoreConfig *config = the_errors_gimp->config;
#if !defined(G_OS_WIN32) || !defined(GIMP_CONSOLE_COMPILATION)
gboolean eek_handled = FALSE; gboolean eek_handled = FALSE;
#endif
GimpDebugPolicy debug_policy; GimpDebugPolicy debug_policy;
GList *iter; GList *iter;
gint num_idx; gint num_idx;