suppress compiler warnings

master
Jonathan Lamothe 11 years ago
parent ef1de9123c
commit ec835973b7
  1. 2
      undpu.c

@ -4,7 +4,6 @@
#include <string.h> #include <string.h>
int main (int argc, char **argv){ int main (int argc, char **argv){
char name[FILENAME_MAX];
FILE *bob, *joe; FILE *bob, *joe;
int factor, thing; int factor, thing;
char output[FILENAME_MAX]; char output[FILENAME_MAX];
@ -43,4 +42,5 @@ int main (int argc, char **argv){
thing = fgetc(bob); thing = fgetc(bob);
} }
} }
return 0;
} }

Loading…
Cancel
Save