|
Message-ID: <51d8493393ea3caf137a873a46f93f2b@smtp.hushmail.com> Date: Thu, 28 Jun 2012 04:09:15 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Even more declaration-after-statement's 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] office2john.c:168:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:195:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:198:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:201:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:204:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:207:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:210:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:214:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:218:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:222:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:236:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:239:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:241:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:243:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:245:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:247:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:253:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:256:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:259:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:261:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:267:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c: In function ‘test’: office2john.c:331:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:340:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:354:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:359:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] office2john.c:364:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] magnum
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.