xcmsdb: Changes to 'master'

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


 xcmsdb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63f48f29a8c93ead05b53823fc62fa909d527431
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Apr 3 14:33:19 2022 -0700

    Fix -Wsign-compare warnings in PrintTableType1()
    
    xcmsdb.c: In function ‘PrintTableType1’:
    xcmsdb.c:299:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (count = 0; count < max_index+1; count++) {
                            ^
    xcmsdb.c:307:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (count = 0; count < max_index+1; count++) {
                            ^
    xcmsdb.c:315:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (count = 0; count < max_index+1; count++) {
                            ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list