diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-07 09:14:39 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-07 09:14:39 +0000 |
| commit | 99b40e82570462fc7ec306329e3cc84cd3e7c145 (patch) | |
| tree | 3d37d866d536cc74cef31989f64f5d6a8a7ea8f4 /tests | |
| parent | a734e447b557b2b1ce76bb28bfa38e0bae8da931 (diff) | |
[trunk] Remove warning about implicitly defined function
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/comparePGXimages.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/comparePGXimages.c b/tests/comparePGXimages.c index 3db1dca8..c6ccf488 100644 --- a/tests/comparePGXimages.c +++ b/tests/comparePGXimages.c @@ -45,6 +45,10 @@ #include "format_defs.h" #include "convert.h" +#ifdef OPJ_HAVE_LIBTIFF +#include <tiffio.h> /* TIFFSetWarningHandler */ +#endif /* OPJ_HAVE_LIBTIFF */ + /******************************************************************************* * Parse MSE and PEAK input values ( * separator = ":" |
