On 07/05/15 09:12, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
thanks for reporting, I pushed patches for app_lua and binrpc.
Thanks. It helps finding real issues when minimal amount of "harmless" warnings are produced.
I agree.
The ones from cfg/ are for really old code, then sha256 files I guess they were imported from some external lib -- I will look into them as well with the first chance.
Perhaps jessie gcc is stricter that in earlier releases, since I have not seen those warnings before.
What I find interesting is that each new release of compilers finds new warning of the type:
"warning: dereferencing type-punned pointer will break strict-aliasing rules"
even the code was there with the previous compiler version (which threw other such warning in different parts of code). Cheers, Daniel