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.