File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ void cmark_register_node_flag(cmark_node_internal_flags *flags) {
39
39
nextflag <<= 1 ;
40
40
}
41
41
42
- void cmark_init_standard_node_flags () {}
42
+ void cmark_init_standard_node_flags (void ) {}
43
43
44
44
bool cmark_node_can_contain_type (cmark_node * node , cmark_node_type child_type ) {
45
45
if (child_type == CMARK_NODE_DOCUMENT ) {
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ void cmark_register_node_flag(cmark_node_internal_flags *flags);
128
128
* library. It is now a no-op.
129
129
*/
130
130
CMARK_GFM_EXPORT
131
- void cmark_init_standard_node_flags ();
131
+ void cmark_init_standard_node_flags (void );
132
132
133
133
static CMARK_INLINE cmark_mem * cmark_node_mem (cmark_node * node ) {
134
134
return node -> content .mem ;
You can’t perform that action at this time.
0 commit comments