libXmu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun May 18 20:02:32 UTC 2025


 src/StrToShap.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9137cac07270a4ed13933c06e3bc221cf177b5f1
Author: Roland Illig <roland.illig at gmx.de>
Date:   Sun May 11 21:59:28 2025 +0000

    Remove duplicate ARGSUSED comment
    
    The macro has no unused arguments, and XmuCvtStringToShapeStyle
    has its own ARGSUSED comment.
    
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxmu/-/merge_requests/17>

diff --git a/src/StrToShap.c b/src/StrToShap.c
index de93342..a36fc89 100644
--- a/src/StrToShap.c
+++ b/src/StrToShap.c
@@ -32,7 +32,6 @@ in this Software without prior written authorization from The Open Group.
 #include "Converters.h"
 #include "CharSet.h"
 
-/* ARGSUSED */
 #define	done(type, value) \
 	{							\
 	    if (toVal->addr != NULL) {				\


More information about the xorg-commit mailing list