xdpyinfo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 3 21:57:12 UTC 2022


 xdpyinfo.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 46df61a5b8e7171d97614b8553221b5ea1debcdd
Author: Thomas Kuehne <thomas at kuehne.cn>
Date:   Sat Dec 11 18:31:12 2021 +0100

    fix -Wunused-[...] compiler warnings
    
    xdpyinfo.c:148:1: warning: ‘silent_errors’ defined but not used [-Wunused-function]
      148 | silent_errors(_X_UNUSED Display *dpy, _X_UNUSED XErrorEvent *ev)
    xdpyinfo.c:155:14: warning: ‘old_handler’ defined but not used [-Wunused-variable]
      155 | static int (*old_handler)(Display *, XErrorEvent *) = NULL;
    
    Signed-off-by: Thomas Kuehne <thomas at kuehne.cn>



More information about the xorg-commit mailing list