silence all gcc warnings

This commit is contained in:
Russ Cox
2005-11-07 17:13:41 +00:00
parent 7732ac0a9b
commit 1c8b499228
47 changed files with 192 additions and 128 deletions

7
main.c
View File

@ -1,7 +1,8 @@
#include "u.h"
#include "libc.h"
#include "lib.h"
#include "kern/dat.h"
#include "kern/fns.h"
#include "user.h"
#include "drawterm.h"
@ -32,10 +33,6 @@ sizebug(void)
int
main(int argc, char **argv)
{
int fd;
char buf[1024], *s;
int n;
eve = getuser();
sizebug();