-
Notifications
You must be signed in to change notification settings - Fork 51
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
New gcc warnings broke Encode with perl 5.8.9 on Win32 #113
Comments
Sure, happy to fix it for older gcc's |
rurban
added a commit
to rurban/p5-encode
that referenced
this issue
Jun 19, 2017
rurban
added a commit
to rurban/p5-encode
that referenced
this issue
Jun 19, 2017
|
Thanks, I only checked the docs for those old GCC's. |
rurban
added a commit
to rurban/p5-encode
that referenced
this issue
Sep 5, 2017
I only checked the docs for the warning on old gcc's, but apparently they deviate on -Werror=declaration-after-statement support. Fixes dankogai#113
rurban
added a commit
to rurban/p5-encode
that referenced
this issue
May 10, 2019
rurban
added a commit
to rurban/p5-encode
that referenced
this issue
May 10, 2019
I only checked the docs for the warning on old gcc's, but apparently they deviate on -Werror=declaration-after-statement support. Fixes dankogai#113
khwilliamson
pushed a commit
to khwilliamson/p5-encode
that referenced
this issue
May 2, 2020
khwilliamson
pushed a commit
to khwilliamson/p5-encode
that referenced
this issue
May 2, 2020
I only checked the docs for the warning on old gcc's, but apparently they deviate on -Werror=declaration-after-statement support. Fixes dankogai#113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In commit d92071d @rurban added new gcc warning flags
-Werror=declaration-after-statement
and-Wpointer-sign
which caused compile errors with perl 5.8.9 on Win32. Problem is reported in CPAN Testers Matrix.See http://www.cpantesters.org/cpan/report/ebf45fc3-6d42-1014-9ffc-b1671f639c1c
@rurban Can you look at that your commit?
The text was updated successfully, but these errors were encountered: