some quick hacks to avoid signedness warnings with gcc4
git-svn-id: https://svn.musicpd.org/mpd/trunk@4387 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -38,7 +38,7 @@ extern int command_listNum;
|
||||
int processListOfCommands(FILE * fp, int * permission, int * expired,
|
||||
int listOK, List * list);
|
||||
|
||||
int processCommand(FILE * fp, unsigned int * permission, char * commandString);
|
||||
int processCommand(FILE * fp, int * permission, char * commandString);
|
||||
|
||||
void initCommands();
|
||||
|
||||
|
Reference in New Issue
Block a user