On Tue, Aug 13, 2019 at 03:21:28PM +0100, Andrew Cooper wrote: > When compiling xenstat with -Werror, Clang complains: > > src/xenstat.c:134:34: error: unused function 'parse' > [-Werror,-Wunused-function] > static inline unsigned long long parse(char *s, char *match) > ^ > 1 error generated. > > Drop the function. It really is unused. > > Spotted by Travis-CI. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Wei Liu <w...@xen.org> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel