On 06/09/2016 01:07 PM, Ben Dooks wrote:
The symbol ic_addrservaddr is not static, but has no declaration to match. Since the similar variables are all exported, add this one to the header file as well.This fixes the following warning: net/ipv4/ipconfig.c:130:8: warning: symbol 'ic_addrservaddr' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk>
Well, how about making it actually static if it's only used from ipconfig.c ?