Re: [glommer-memcg:slab-common/kmalloc 3/16] mm/slab_common.c:210:6: warning: format '%td' expects argument of type 'ptrdiff_t', but argument 3 has type 'size_t'
From: Christoph Lameter <hidden>
Date: 2012-11-01 20:34:33
From: Christoph Lameter <hidden>
Date: 2012-11-01 20:34:33
On Wed, 31 Oct 2012, kbuild test robot wrote:
mm/slab_common.c: In function 'create_boot_cache': mm/slab_common.c:210:6: warning: format '%td' expects argument of type 'ptrdiff_t', but argument 3 has type 'size_t' [-Wformat]
Ok V5 will use %zd instead of %td for the size argument. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>