[trunk] Remove warning about implicitly defined function
This commit is contained in:
parent
a734e447b5
commit
99b40e8257
|
@ -45,6 +45,10 @@
|
||||||
#include "format_defs.h"
|
#include "format_defs.h"
|
||||||
#include "convert.h"
|
#include "convert.h"
|
||||||
|
|
||||||
|
#ifdef OPJ_HAVE_LIBTIFF
|
||||||
|
#include <tiffio.h> /* TIFFSetWarningHandler */
|
||||||
|
#endif /* OPJ_HAVE_LIBTIFF */
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Parse MSE and PEAK input values (
|
* Parse MSE and PEAK input values (
|
||||||
* separator = ":"
|
* separator = ":"
|
||||||
|
|
Loading…
Reference in New Issue