0
0
forked from aniani/nasm

Placated unreferenced types.

This commit is contained in:
Keith Kanios
2007-04-14 00:46:25 +00:00
parent 93f2e9a5a1
commit c7ae18dba1
9 changed files with 87 additions and 1 deletions

1
nasm.c
View File

@@ -1661,6 +1661,7 @@ static char *no_pp_getline(void)
static void no_pp_cleanup(int pass)
{
(void)pass; /* placate GCC */
fclose(no_pp_fp);
}