forked from Imagelibrary/rtems
added ifdef around variables to eliminate warnings when cross
This commit is contained in:
@@ -29,7 +29,9 @@ int main(
|
|||||||
char **argv
|
char **argv
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
#if defined(__hpux__) && defined(__hppa__)
|
||||||
unsigned int size = 0;
|
unsigned int size = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print the file header
|
* Print the file header
|
||||||
|
|||||||
@@ -29,7 +29,9 @@ int main(
|
|||||||
char **argv
|
char **argv
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
#if defined(__hpux__) && defined(__hppa__)
|
||||||
unsigned int size = 0;
|
unsigned int size = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print the file header
|
* Print the file header
|
||||||
|
|||||||
Reference in New Issue
Block a user