mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: fix build warning.
Fixes: > app/signals.c:56:12: warning: unused variable ‘codeview_path’ [-Wunused-variable]
This commit is contained in:
parent
568afe809d
commit
ddb6dbcc0d
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ void
|
||||||
gimp_init_signal_handlers (gchar **backtrace_file)
|
gimp_init_signal_handlers (gchar **backtrace_file)
|
||||||
{
|
{
|
||||||
time_t t;
|
time_t t;
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
gchar *codeview_path;
|
gchar *codeview_path;
|
||||||
|
#endif
|
||||||
gchar *filename;
|
gchar *filename;
|
||||||
gchar *dir;
|
gchar *dir;
|
||||||
#if defined (G_OS_WIN32) && defined (HAVE_EXCHNDL)
|
#if defined (G_OS_WIN32) && defined (HAVE_EXCHNDL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue