Skip Menu |

This queue is for tickets about the Digest-MD5 CPAN distribution.

Report information
The Basics
Id: 105646
Status: resolved
Priority: 0/
Queue: Digest-MD5

People
Owner: Nobody in particular
Requestors: JHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.54
Fixed in: (no value)



Subject: gcc 5.1.0 warning
MD5.xs:171:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] const STATIC struct { ^
From: davem [...] iabyn.com
On Fri Jul 03 10:36:26 2015, JHI wrote: Show quoted text
> MD5.xs:171:1: warning: 'static' is not at beginning of declaration [- > Wold-style-declaration] > const STATIC struct { > ^
It also warns with gcc 4.8. Note that the fix is as simple as changing 'const STATIC' to 'STATIC const' in a couple of places AFAIKT.
On Tue Nov 24 17:59:59 2015, davem@iabyn.com wrote: Show quoted text
> On Fri Jul 03 10:36:26 2015, JHI wrote:
> > MD5.xs:171:1: warning: 'static' is not at beginning of declaration [- > > Wold-style-declaration] > > const STATIC struct { > > ^
> > It also warns with gcc 4.8. > > Note that the fix is as simple as changing 'const STATIC' to 'STATIC const' > in a couple of places AFAIKT. >
And it also warns with the soon-released gcc 6.