Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571277 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-02-01 07:10 +0100 |
| Last post | 2017-02-01 07:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
linux-next: build warning after merge of the random tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-01 07:10 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-02-01 07:10 +0100 |
| Subject | linux-next: build warning after merge of the random tree |
| Message-ID | <t5Whb-2dG-7@gated-at.bofh.it> |
Hi Ted,
[This actually appeared yesterday, but I missed it, sorry.]
After merging the random tree, today's linux-next build (x86_64
allnoconfig) produced this warning:
drivers/char/random.c:318:12: warning: 'random_min_urandom_seed' defined but not used [-Wunused-variable]
static int random_min_urandom_seed = 60;
^
Introduced by commit
43d8a72cd985 ("random: remove variable limit")
I understand why it is left there, but it would be nice if this warning
could be removed.
--
Cheers,
Stephen Rothwell
Back to top | Article view | linux.kernel
csiph-web