More gcc warnings.

2.0
castano 17 years ago
parent 95a3b5dc77
commit 71788cc904

@ -772,6 +772,7 @@ Image * nv::ImageIO::loadJPG(Stream & s)
#if defined(HAVE_TIFF)
/*
static tsize_t tiffReadWriteProc(thandle_t h, tdata_t ptr, tsize_t size)
{
Stream * s = (Stream *)h;
@ -830,7 +831,7 @@ static void tiffUnmapFileProc(thandle_t, tdata_t, toff_t)
{
// @@ TODO, Implement these functions.
}
*/
FloatImage * nv::ImageIO::loadFloatTIFF(const char * fileName, Stream & s)
{

Loading…
Cancel
Save