+2014-12-17 Andreas Schwab <schwab@suse.de>
+
+ * nscd/mem.c (gc): Add size_t cast to match printf format.
+
2014-12-16 Roland McGrath <roland@hack.frob.com>
* sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
if (__glibc_unlikely (debug_level >= 3))
dbg_log (_("freed %zu bytes in %s cache"),
- db->head->first_free
- - ((char *) moves->to + moves->size - db->data),
+ (size_t) (db->head->first_free
+ - ((char *) moves->to + moves->size - db->data)),
dbnames[db - dbs]);
/* The byte past the end of the last copied block is the next