From: Ramsay Jones Date: Sun, 9 Oct 2011 17:33:34 +0000 (+0100) Subject: environment.c: Fix an sparse "symbol not declared" warning X-Git-Tag: v1.7.9-rc0~84^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/273c7032e9e79613349e24db3b0e40e8b5c0c62c?hp=273c7032e9e79613349e24db3b0e40e8b5c0c62c environment.c: Fix an sparse "symbol not declared" warning In particular, sparse issues the following warning: environment.c:62:5: warning: symbol 'merge_log_config' was not \ declared. Should it be static? In order to supress the warning, we include the "fmt-merge-msg.h" header file, since it contains an appropriate extern declaration for the 'merge_log_config' variable. Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano ---