Compile fixes for PGI C++.

committer: mfx <mfx> 1071917829 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-12-20 10:57:09 +00:00
parent b9c976304a
commit 97153e8e09
14 changed files with 44 additions and 23 deletions
+6
View File
@@ -62,6 +62,8 @@ void show_head(void)
UPX_VERSION_DATE);
fg = con_fg(f,fg);
#undef V
UNUSED(fg);
}
@@ -275,6 +277,8 @@ void show_help(int x)
"\n");
fg = con_fg(f,fg);
#endif
UNUSED(fg);
}
@@ -314,6 +318,8 @@ void show_license(void)
" <mfx@users.sourceforge.net> <ml1050@users.sourceforge.net>\n"
);
fg = con_fg(f,fg);
UNUSED(fg);
}