Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 28 Jun 2012 11:13:06 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Even more declaration-after-statement's

On Thu, Jun 28, 2012 at 7:39 AM, magnum <john.magnum@...hmail.com> wrote:
> Dhiru,
>
> I need some sleep. You get to fix these yourself:
>
> $ gcc -Wdeclaration-after-statement `xml2-config --cflags` `pkg-config
> --cflags libgsf-1` office2john.c common.o base64.o `pkg-config --libs
> libgsf-1` `xml2-config --libs` -o ../run/office2john
> office2john.c: In function ‘process_file’:
> office2john.c:155:4: warning: ISO C90 forbids mixed declarations and
> code [-Wdeclaration-after-statement]
> office2john.c:157:4: warning: ISO C90 forbids mixed declarations and
> code [-Wdeclaration-after-statement]
> office2john.c:159:4: warning: ISO C90 forbids mixed declarations and
> code [-Wdeclaration-after-statement]

Fixed all of them. Thanks for the report.

-- 
Cheers,
Dhiru

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.