get rid of most compiler warnings

This commit is contained in:
martii
2012-10-27 18:08:29 +02:00
parent bc74c7528b
commit aca3da1f29
12 changed files with 87 additions and 3 deletions

View File

@@ -499,7 +499,9 @@ int cVideo::getBlank(void)
size_t n = 0;
ssize_t r;
char *line = NULL;
#ifndef MARTII
char *p;
#endif
/* hack: the "mailbox" irq is not increasing if
* no audio or video is decoded... */
FILE *f = fopen("/proc/interrupts", "r");