forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[PATCH] psp-build-exports.c

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
SilverSpring



Joined: 27 Feb 2007
Posts: 115

PostPosted: Fri Aug 01, 2008 9:47 pm    Post subject: [PATCH] psp-build-exports.c Reply with quote

Suppress warnings when compiling apps with exports with -Wextra flag.

Code:
warning: 'extern' is not at beginning of declaration


Code:
Index: psptoolchain/build/pspsdk/tools/psp-build-exports.c
===================================================================
--- psptoolchain/build/pspsdk/tools/psp-build-exports.c   (revision 2414)
+++ psptoolchain/build/pspsdk/tools/psp-build-exports.c   (working copy)
@@ -335,7 +335,7 @@
    pExp = pHead;
    while(pExp != NULL)
    {
-      fprintf(stdout, "void extern %s;\n", pExp->name);
+      fprintf(stdout, "extern void %s;\n", pExp->name);
       pExp = pExp->pNext;
    }
 }
Back to top
View user's profile Send private message Visit poster's website
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Sat Aug 02, 2008 2:57 am    Post subject: Reply with quote

Committed revision 2415.

Thanks
_________________
<Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki

Alexander Berl
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group