Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix strict prototype clang warning #310

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

huven
Copy link

@huven huven commented Feb 12, 2023

cmark-gfm/src/node.h:122:36: warning: this function declaration is not a prototype [-Wstrict-prototypes] void cmark_init_standard_node_flags();
^
void
1 warning generated.

cmark-gfm/src/node.h:122:36: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void cmark_init_standard_node_flags();
                                   ^
                                    void
1 warning generated.
@waldyrious
Copy link

Related: #285.

@jeroen
Copy link

jeroen commented Mar 18, 2023

Can you also fix it in node.c:32:36 pls

@kevinbackhouse kevinbackhouse merged commit e5040b1 into github:master Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants