added ifdef around variables to eliminate warnings when cross

This commit is contained in:
Joel Sherrill
1997-04-07 21:22:59 +00:00
parent 12d6f1418a
commit c6e895df6e
2 changed files with 4 additions and 0 deletions

View File

@@ -29,7 +29,9 @@ int main(
char **argv
)
{
#if defined(__hpux__) && defined(__hppa__)
unsigned int size = 0;
#endif
/*
* Print the file header

View File

@@ -29,7 +29,9 @@ int main(
char **argv
)
{
#if defined(__hpux__) && defined(__hppa__)
unsigned int size = 0;
#endif
/*
* Print the file header