xeyes: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 7 16:42:38 UTC 2024


 Eyes.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b3a041822f36a2bc4c01b5a848a6db21329a8962
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 1 16:09:00 2024 -0700

    Fix 5 -Wuseless-cast warnings from gcc 14.1
    
    No need to cast things to the exact type they're already defined as being.
    
    Also fix up a bonus needless cast gcc didn't warn about (the argument
    to repaint_window can use the already-converted variable we've been
    using in the rest of the function).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xeyes/-/merge_requests/9>



More information about the xorg-commit mailing list