summaryrefslogtreecommitdiff
path: root/source/config/commands_marshal_cpp.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/config/commands_marshal_cpp.xsl')
-rw-r--r--source/config/commands_marshal_cpp.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/config/commands_marshal_cpp.xsl b/source/config/commands_marshal_cpp.xsl
index 14a1c3e..4addd39 100644
--- a/source/config/commands_marshal_cpp.xsl
+++ b/source/config/commands_marshal_cpp.xsl
@@ -160,6 +160,7 @@ ErrorCode_e <value-of select="concat('LoaderRpcInterface::DoRPC_', ../interface[
<apply-templates select="input/value" mode="serialize_size_declaration" />
<apply-templates select="input/value" mode="serialize_size"/>
COMMANDDATAOUT(COMMAND_TYPE, <call-template name="groupidmain"/>, <call-template name="commandid"/>, SessionOut, PLSize);
+ (void)(Data_p);
Data_p = CmdData.Payload.Data_p;
<apply-templates select="input/value" mode="serialize"/>
Answer = lcmInterface_->CommandSend(&amp;CmdData);