From 683bcfd867d35c7945c3e533157ec8868555c1c9 Mon Sep 17 00:00:00 2001 From: Intubun <41478036+Intubun@users.noreply.github.com> Date: Wed, 6 May 2026 07:01:54 +0200 Subject: [PATCH] cmwind: ARGSUSED/UNUSED annotation on CMWreposition (newScreenArea unused) --- cmwind/CMWmain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmwind/CMWmain.c b/cmwind/CMWmain.c index c0e8105b..693f68ba 100644 --- a/cmwind/CMWmain.c +++ b/cmwind/CMWmain.c @@ -217,10 +217,11 @@ CMWdelete( * ---------------------------------------------------------------------------- */ +/*ARGSUSED*/ void CMWreposition( MagWindow *window, - Rect *newScreenArea, + Rect *newScreenArea, /* UNUSED */ bool final) { if (final)