remove a warning about unused variable

This commit is contained in:
Mathieu Malaterre 2012-02-16 08:07:34 +00:00
parent 8fc06de0c5
commit 54e4e8f809
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ int main(int argc, char *argv[]){
client_t client;
int port = 50000;
int erreur;
(void)erreur;
if( argc > 1)
port = atoi( argv[1]);