From: Ivan Maidanski Date: Tue, 20 Sep 2011 08:02:16 +0000 (+0400) Subject: Add missing GC_ATTR_UNUSED annotation to mark_ex_handler(). X-Git-Tag: gc7_3alpha2~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60859510e08df8ee178ed67ed9a597bb074a2370;p=gc Add missing GC_ATTR_UNUSED annotation to mark_ex_handler(). * mark.c (mark_ex_handler): Tag "disp_ctxt" argument with GC_ATTR_UNUSED. --- diff --git a/mark.c b/mark.c index 4e2d5502..f7b7437e 100644 --- a/mark.c +++ b/mark.c @@ -452,7 +452,7 @@ static void alloc_mark_stack(size_t); struct _EXCEPTION_RECORD *ex_rec, void *est_frame, struct _CONTEXT *context, - void *disp_ctxt) + void *disp_ctxt GC_ATTR_UNUSED) { if (ex_rec->ExceptionCode == STATUS_ACCESS_VIOLATION) { ext_ex_regn *xer = (ext_ex_regn *)est_frame;