Re: linux-next: build warning after merge of the fsinfo tree
From: David Howells
Date: Tue May 12 2020 - 19:27:13 EST
Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> samples/watch_queue/watch_test.c:107:21: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=]
I wish we'd been consistent on how we'd defined __u64. It needs a cast.
David