xclock: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 6 00:14:53 UTC 2022


 Clock.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit f2acb1dbd75605d64f07740df2d83e73fe1b2ec3
Author: Thomas Kuehne <thomas at kuehne.cn>
Date:   Sat Dec 11 18:00:11 2021 +0100

    fix -Wabsolute-value compiler warning
    
    fixes:
    Clock.c:2011:14: warning: using integer absolute value function ‘abs’ when argument is of floating-point type ‘float’ [-Wabsolute-value]
     2011 |             (abs(new->clock.update) <= SECOND_HAND_TIME);
          |              ^~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e075308dccafb6f813ba0a8646b73860a7447a01
Author: Thomas Kuehne <thomas at kuehne.cn>
Date:   Sat Dec 11 17:56:39 2021 +0100

    fix -Wmissing-field-initializers warning
    
    fixes:
    Clock.c:269:6: warning: missing initializer for field ‘extension’ of ‘SimpleClassPart’ [-Wmissing-field-initializers]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list