Fix VM -Wall warnings and enable -Werror

This commit is contained in:
Erik van der Kouwe
2011-06-01 11:30:58 +02:00
parent f7c1307878
commit 0cb22acbda
14 changed files with 52 additions and 68 deletions

View File

@@ -39,7 +39,7 @@ static struct query_exit_struct array[NR_PROCS];
PUBLIC int do_query_exit(message *m)
{
int i, nr;
endpoint_t ep;
endpoint_t ep = NONE;
for (i = 0; i < NR_PROCS; i++) {
if (!array[i].avail) {