* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 07:36:17 +0000 (00:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Jul 2012 07:36:17 +0000 (00:36 -0700)
commit3b3e4caca71abc2df49f95090aaccb96cbb75a41
treecfe1dedde87ca97bf6583e6f3243f1d8dd6b7fdc
parentcf5c017598d130e76e96c47045372ba4a9ad6404
* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"

wrapper that is not needed because the wrapped code is a no-op (zero
machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
src/ChangeLog
src/alloc.c