app: fix build warning.

Fixes:

> app/signals.c:56:12: warning: unused variable ‘codeview_path’ [-Wunused-variable]
This commit is contained in:
Jehan 2025-05-17 23:10:10 +02:00
parent 568afe809d
commit ddb6dbcc0d

View file

@ -53,7 +53,9 @@ void
gimp_init_signal_handlers (gchar **backtrace_file)
{
time_t t;
#ifdef G_OS_WIN32
gchar *codeview_path;
#endif
gchar *filename;
gchar *dir;
#if defined (G_OS_WIN32) && defined (HAVE_EXCHNDL)