Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219817
| From | Nick Warne <nick@linicks.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] net/core/sysctl_net_core.c unused variable |
| Date | 2015-09-06 16:30 +0200 |
| Message-ID | <q5J7c-1k0-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but not used in file net/core/sysctl_net_core.c. Reading the file, that is the case. Attached is a patch to remove it. Signed-off-by: Nick Warne <nick@linicks.net> Nick -- Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] net/core/sysctl_net_core.c unused variable Nick Warne <nick@linicks.net> - 2015-09-06 16:30 +0200
Re: [PATCH] net/core/sysctl_net_core.c unused variable Joe Perches <joe@perches.com> - 2015-09-06 17:00 +0200
Re: [PATCH] net/core/sysctl_net_core.c unused variable Nick Warne <nick@linicks.net> - 2015-09-06 17:20 +0200
Re: [PATCH] net/core/sysctl_net_core.c unused variable Nick Warne <nick@linicks.net> - 2015-09-06 17:40 +0200
Re: [PATCH] net/core/sysctl_net_core.c unused variable Joe Perches <joe@perches.com> - 2015-09-06 18:00 +0200
Re: [PATCH] net/core/sysctl_net_core.c unused variable Nick Warne <nick@linicks.net> - 2015-09-06 18:10 +0200
csiph-web