Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571277 > unrolled thread

linux-next: build warning after merge of the random tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-02-01 07:10 +0100
Last post2017-02-01 07:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the random tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-01 07:10 +0100

#1571277 — linux-next: build warning after merge of the random tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-02-01 07:10 +0100
Subjectlinux-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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web