File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ private static CharSequence generateGroupPropertyFunctions(
480480 final  String  propertyName  = formatPropertyName (token .name ());
481481
482482 sb .append (String .format ("\n "  +
483-  "SBE_ONE_DEF uint16_t %1$s_id()\n "  +
483+  "SBE_ONE_DEF uint16_t %1$s_id(void )\n "  +
484484 "{\n "  +
485485 " return %2$d;\n "  +
486486 "}\n " ,
@@ -1801,7 +1801,7 @@ private CharSequence generateConstPropertyFunctions(
18011801 containingStructName ));
18021802
18031803 sb .append (String .format ("\n "  +
1804-  "SBE_ONE_DEF const char *%3$s_%1$s()\n "  +
1804+  "SBE_ONE_DEF const char *%3$s_%1$s(void )\n "  +
18051805 "{\n "  +
18061806 " static uint8_t %1$s_values[] = {%2$s};\n \n "  +
18071807
                         You can’t perform that action at this time. 
           
                  
0 commit comments