Author: Armin Rigo <[email protected]>
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;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to