From 3ac8079726f326a60fd6216139265587f66dc1bf Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Thu, 30 Jul 2009 09:52:18 +0300 Subject: Removed tiff libarary warning: `inline' redefined. Since inline is defined by platform, it should be safe to leave it as is, and not to tuch the definition here at all. --- src/3rdparty/libtiff/libtiff/tif_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/3rdparty/libtiff/libtiff/tif_config.h b/src/3rdparty/libtiff/libtiff/tif_config.h index 324fbe8..f6da51b 100644 --- a/src/3rdparty/libtiff/libtiff/tif_config.h +++ b/src/3rdparty/libtiff/libtiff/tif_config.h @@ -284,10 +284,12 @@ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef Q_OS_SYMBIAN #ifndef __cplusplus #undef inline #define inline #endif +#endif /* Define to `long' if does not define. */ /* #undef off_t */ -- cgit v0.12