From ad388a7d37c7cd610155af84d4f88d1cf36e3f5b Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 25 Feb 2014 07:16:51 +0000 Subject: [PATCH] tool_getparam.h: Fixed compilation warning warning: declaration of 'struct GlobalConfig' will not be visible outside of this function --- src/tool_getparam.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 23628c00f..a13ce6d90 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -41,6 +41,7 @@ typedef enum { PARAM_LAST } ParameterError; +struct GlobalConfig; struct OperationConfig; ParameterError getparameter(char *flag,