Fix warning on unused parameter

This commit is contained in:
Daniel Zaoui 2015-05-21 10:22:40 +03:00
parent 1941dae695
commit c9d5479ff9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ bt_append(Eina_List *btl, const char *btline)
}
int
main(int argc, char **argv)
main(void)
{
Eina_List *btl = NULL, *l;
char buf[4096];