libXau: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 9 18:15:59 UTC 2022


 AuDispose.c         |    2 +-
 AuRead.c            |    2 +-
 Autest.c            |   11 +++++++----
 README              |    2 +-
 configure.ac        |    4 ++--
 include/X11/Xauth.h |    2 +-
 xau.pc.in           |    2 +-
 7 files changed, 14 insertions(+), 11 deletions(-)

New commits:
commit 3db78d0fa60e07a4ffda61a19849ad30623f70cf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 9 11:00:50 2022 -0700

    Remove unnnecessary casts from malloc() and free() calls
    
    These are not needed in C89 and later.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7f43a321e59b998e731b36039b744138a2d5b776
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 9 10:54:58 2022 -0700

    Autest.c: Fix -Wdiscarded-qualifiers warnings
    
    Autest.c: In function ‘main’:
    Autest.c:38:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       38 |     char    *name = "XAU-TEST-1";
          |                     ^~~~~~~~~~~~
    Autest.c:39:21: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       39 |     char    *data = "Do not begin the test until instructed to do so.";
          |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Autest.c:57:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       57 |     test_data.address = "";
          |                       ^
    Autest.c:59:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       59 |     test_data.number = "";
          |                      ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b98078c15874c12dfd4e01594ef9277897ade1df
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 9 10:50:11 2022 -0700

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d824fa5517cf445dc1e204f05ee2098c254f2bdb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 9 10:48:33 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list