0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

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);
}