Commit b65a4679bcdbb44ed038b33d53616d00a7ab558c
1 parent
a791d63e
Exists in
master
and in
89 other branches
Fix a warning message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/expressionParser/FunctionsParser.cc
... | ... | @@ -24,7 +24,7 @@ namespace parser { |
24 | 24 | class InfoBriefNode : public NodeCfg |
25 | 25 | { |
26 | 26 | public: |
27 | - void proceed(xmlNodePtr pNode,const AMDA::Parameters::CfgContext& pContext) { | |
27 | + void proceed(xmlNodePtr /*pNode*/,const AMDA::Parameters::CfgContext& /*pContext*/) { | |
28 | 28 | //Not used |
29 | 29 | } |
30 | 30 | }; | ... | ... |