summaryrefslogtreecommitdiff
path: root/source/config/a2_commands_marshal_cpp.xsl
diff options
context:
space:
mode:
authorPetar Dimoski <petar.dimoski@seavus.com>2012-01-25 15:16:39 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:43:12 +0200
commit10184ae5b432f3dd7e014afb9a8f0ea0cd880e26 (patch)
tree135e6fba0d83cbae52db8cd2fbb3ff0c9a494f44 /source/config/a2_commands_marshal_cpp.xsl
parenta08c80408fca5875a895747e0ea6dc1aca29df18 (diff)
Clean up astyle and coverity errors
ST-Ericsson ID: 410188 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I70835353a592d1f1ad40743640a1d0827e56fd2e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45297 Tested-by: Aleksandar GASOSKI <aleksandar.gasoski@seavus.com> Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source/config/a2_commands_marshal_cpp.xsl')
-rw-r--r--source/config/a2_commands_marshal_cpp.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/config/a2_commands_marshal_cpp.xsl b/source/config/a2_commands_marshal_cpp.xsl
index a30be7b..5a9b822 100644
--- a/source/config/a2_commands_marshal_cpp.xsl
+++ b/source/config/a2_commands_marshal_cpp.xsl
@@ -206,6 +206,7 @@ ErrorCode_e <value-of select="concat('A2LoaderRpcInterface::DoneRPC_', ../interf
<apply-templates select="output/value" mode="serialize_size_declaration" />
<apply-templates select="output/value" mode="serialize_size"/>
A2_COMMANDDATA(A2_GENERAL_RESPONSE, <call-template name="groupidmain"/>, <call-template name="commandid"/>, Session, PLSize);
+ (void)(Data_p);
Data_p = CmdData.Payload.Data_p;
<apply-templates select="output/value" mode="serialize"/>