Browse Source

HPCC-16813 Remove unused parameter from printf

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 8 years ago
parent
commit
e976942c9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/hidl/hidlcomp.cpp

+ 1 - 1
tools/hidl/hidlcomp.cpp

@@ -4435,7 +4435,7 @@ void EspMessageInfo::write_esp()
     {
         outf(1, "C%s *classSrc = static_cast<C%s*>(&src);\n", name_, name_);
         outf(1, "C%s *baseSrc = static_cast<C%s*>(classSrc);\n", parent, parent);
-        outf(2, "C%s::serializer(ctx, *baseSrc, buffer, false);\n",parent,parent);
+        outf(2, "C%s::serializer(ctx, *baseSrc, buffer, false);\n",parent);
     }
 
     // -- versioning