Silence warnings produces by -Wall -pedantic

This commit is contained in:
Vedran Ljubovic
2007-08-03 18:43:40 +00:00
parent 5ea09a105d
commit 4af6344a4b
6 changed files with 18 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ int ede_ask(const char*fmt, ...) {
w->box(FL_NO_BOX);
va_start(ap,fmt);
int c=fl_ask(fmt);
int c=fl_choice(fmt, fl_yes, fl_no, 0);
va_end(ap);
return c;
}