Re: [Xen-devel] [PATCH v2] x86/mem_sharing: Fix RANDCONFIG build

2020-01-08 Thread Tamas K Lengyel
On Wed, Jan 8, 2020 at 10:24 AM Andrew Cooper wrote: > > Travis reports: https://travis-ci.org/andyhhp/xen/jobs/633751811 > > mem_sharing.c:361:13: error: 'rmap_has_entries' defined but not used > [-Werror=unused-function] >static bool rmap_has_entries(const struct page_info *page) >

[Xen-devel] [PATCH v2] x86/mem_sharing: Fix RANDCONFIG build

2020-01-08 Thread Andrew Cooper
Travis reports: https://travis-ci.org/andyhhp/xen/jobs/633751811 mem_sharing.c:361:13: error: 'rmap_has_entries' defined but not used [-Werror=unused-function] static bool rmap_has_entries(const struct page_info *page) ^ cc1: all warnings being treated as errors This