We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b009 commit e840cadCopy full SHA for e840cad
src/node.c
@@ -29,7 +29,7 @@ void cmark_register_node_flag(cmark_node_internal_flags *flags) {
29
nextflag <<= 1;
30
}
31
32
-void cmark_init_standard_node_flags() {}
+void cmark_init_standard_node_flags(void) {}
33
34
bool cmark_node_can_contain_type(cmark_node *node, cmark_node_type child_type) {
35
if (child_type == CMARK_NODE_DOCUMENT) {
0 commit comments