Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412665
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build warning after merge of the drm-misc tree |
| Date | 2016-06-03 03:10 +0200 |
| Message-ID | <rFLMC-4Zt-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all,
After merging the drm-misc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
drivers/dma-buf/sync_file.c: In function 'sync_file_create':
drivers/dma-buf/sync_file.c:85:53: warning: format '%d' expects argument of type 'int', but argument 6 has type 'u64 {aka long long unsigned int}' [-Wformat=]
snprintf(sync_file->name, sizeof(sync_file->name), "%s-%s%d-%d",
^
Introduced by commit
76bf0db55439 ("dma-buf/fence: make fence context 64 bit v2")
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
linux-next: build warning after merge of the drm-misc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-03 03:10 +0200
csiph-web