get rid of a warning

This commit is contained in:
Mitchell Livingston 2007-12-23 16:45:43 +00:00
parent a2ecc98986
commit e2b695d28d
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ void msg_getbool( enum ipc_msg msgid, benc_val_t * val, int64_t tag, void * arg
[client sendrespInt:IPC_MSG_AUTOSTART tag:tag val:[fDefaults boolForKey:@"AutoStartDownload"]];
break;
case IPC_MSG_GETPEX:
#warning we dont support this :(
// we dont support this :(
[client sendrespEmpty: IPC_MSG_FAIL tag: tag];
break;
default: