summaryrefslogtreecommitdiff
path: root/source/config/a2_commands_marshal_cpp.xsl
diff options
context:
space:
mode:
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"/>