forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 56
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
(minor) Some functions missing prototypes #74
Labels
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
task
Comments
Sure, why not. Note this won't reach the master branch for a while, as I've just released 5.2.0. |
that's fine, I'm pulling in as a git submodule here. Thanks ! |
I saw this tagged as fixed-on-develop, but I get this warning in GCC-9 on the develop branch (none on master):
|
@phillipjohnston : Regressed by a recent commit... |
@phillipjohnston : done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
task
Compiling with -Werror=missing-prototypes (I have that set globally in a project), causes these:
Perhaps those functions could be declared as static since (if I understand correctly) they're not meant to be used outside of printf.c ?
The text was updated successfully, but these errors were encountered: