bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46509: 28.0.50; Unused static function in xfns.c with GTK2


From: Eli Zaretskii
Subject: bug#46509: 28.0.50; Unused static function in xfns.c with GTK2
Date: Sun, 14 Feb 2021 18:04:26 +0200

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Sun, 14 Feb 2021 13:34:45 +0000
> 
> Severity: minor
> 
> Building --with-x-toolkit=gtk2 gives the following warning:
> 
>   xfns.c:4947:1: warning: ‘x_get_monitor_attributes’ defined but not used
> 
> Its definition is conditional on !USE_GTK || !HAVE_GTK3, but its use
> only on !USE_GTK.  Which one is right?

The !USE_GTK one, I think.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]