David Howells <dhowe...@redhat.com> wrote: > > I'm still seeing these warnings: > > > > scripts/sign-file.c: In function ‘main’: > > scripts/sign-file.c:188: warning: value computed is not used > > Ummm... What do you see on line 188? "BIO_reset(b);"? If so, that seems to > be an openssl bug. b is created four lines above and definitely used on the > following line, so the problem must lie with the BIO_reset() function or > macro.
It seems that the definition of BIO_reset() is the same in 1.0.1e as in 1.0.1k. I was assuming that the value computed that is not being used is 'b' or some internal state, but I can't see how that is the case. I think it's actually the result of the function - which is being cast, otherwise your compiler would just ignore it. I presume you're using the RHEL-6 compiler? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/