]> granicus.if.org Git - gc/commit
Replace var-args GC_noop with fixed-args one
authorIvan Maidanski <ivmai@mail.ru>
Sun, 9 Sep 2012 07:15:48 +0000 (11:15 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 9 Sep 2012 07:28:37 +0000 (11:28 +0400)
commit3e9fa7e2e86241629781fa595eeb215177b263a9
tree2fed4918ff7d782f7e02ae9a8cfb411086938f10
parent0e5bd137bb22db2a69e365f6eb1dee9f0dc61b20
Replace var-args GC_noop with fixed-args one
(to suppress Clang warning that arguments were dropped)

* alloc.c (GC_stopped_mark, GC_try_to_collect_general): Use GC_noop6
instead of var-args GC_noop.
* include/private/gc_priv.h (GC_noop): Replace var-args (and
platform-specific) prototype with GC_noop6 one.
* mark.c (GC_noop): Replace with GC_noop6 (with all arguments
ignored); refine comment.
alloc.c
include/private/gc_priv.h
mark.c