[pypy-commit] stmgc c7-refactor: Fix non-debug compilation

arigo noreply at buildbot.pypy.org
Mon Feb 24 17:14:41 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: c7-refactor
Changeset: r839:23079fb72f0c
Date: 2014-02-24 17:14 +0100
http://bitbucket.org/pypy/stmgc/changeset/23079fb72f0c/

Log:	Fix non-debug compilation

diff --git a/c7/stm/pages.c b/c7/stm/pages.c
--- a/c7/stm/pages.c
+++ b/c7/stm/pages.c
@@ -22,6 +22,7 @@
     __sync_lock_release(&pages_ctl.mutex_pages);
 }
 
+static bool _has_mutex_pages(void) __attribute__((unused));
 static bool _has_mutex_pages(void)
 {
     return pages_ctl.mutex_pages != 0;


More information about the pypy-commit mailing list