Add missing GC_ATTR_UNUSED annotation to mark_ex_handler().
authorIvan Maidanski <ivmai@mail.ru>
Tue, 20 Sep 2011 08:02:16 +0000 (12:02 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 20 Sep 2011 08:02:16 +0000 (12:02 +0400)
* mark.c (mark_ex_handler): Tag "disp_ctxt" argument with
GC_ATTR_UNUSED.

mark.c

diff --git a/mark.c b/mark.c
index 4e2d550..f7b7437 100644 (file)
--- 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;