From b6da3ca5c9c1ec188673b2ab2b5ddefc63e0e9d2 Mon Sep 17 00:00:00 2001 From: Joris Van Damme Date: Tue, 26 Jun 2007 10:41:27 +0000 Subject: [PATCH] BigTIFF upgrade: warnings in platform dependent files that are not yet updated --- libtiff/tif_acorn.c | 7 ++++++- libtiff/tif_apple.c | 7 ++++++- libtiff/tif_atari.c | 7 ++++++- libtiff/tif_msdos.c | 7 ++++++- libtiff/tif_unix.c | 7 ++++++- libtiff/tif_vms.c | 7 ++++++- libtiff/tif_win3.c | 9 +++++++-- libtiff/tif_wince.c | 7 ++++++- 8 files changed, 49 insertions(+), 9 deletions(-) diff --git a/libtiff/tif_acorn.c b/libtiff/tif_acorn.c index 2facb7f1..11556f4a 100644 --- a/libtiff/tif_acorn.c +++ b/libtiff/tif_acorn.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_acorn.c,v 1.3 2007-04-04 04:16:07 joris Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_acorn.c,v 1.4 2007-06-26 10:41:27 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -50,6 +50,11 @@ borrowing types from kernel.h, which is less efficient but doesn't need any third-party libraries. */ +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + #ifdef INCLUDE_OSLIB #include "osfile.h" diff --git a/libtiff/tif_apple.c b/libtiff/tif_apple.c index 69467825..7f2619d2 100644 --- a/libtiff/tif_apple.c +++ b/libtiff/tif_apple.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_apple.c,v 1.4 2007-04-04 04:16:07 joris Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_apple.c,v 1.5 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -55,6 +55,11 @@ #define CtoPstr c2pstr #endif +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + static tsize_t _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) { diff --git a/libtiff/tif_atari.c b/libtiff/tif_atari.c index e79645a2..16aa91f0 100644 --- a/libtiff/tif_atari.c +++ b/libtiff/tif_atari.c @@ -1,4 +1,4 @@ -/* "$Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_atari.c,v 1.3 2007-04-04 04:16:07 joris Exp $" */ +/* "$Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_atari.c,v 1.4 2007-06-26 10:41:28 joris Exp $" */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -44,6 +44,11 @@ #define AEFILNF -33 +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + static tsize_t _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) { diff --git a/libtiff/tif_msdos.c b/libtiff/tif_msdos.c index dd75f1da..8df9708d 100644 --- a/libtiff/tif_msdos.c +++ b/libtiff/tif_msdos.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_msdos.c,v 1.4 2007-04-04 04:16:07 joris Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_msdos.c,v 1.5 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -33,6 +33,11 @@ #endif #include "tiffiop.h" +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + static tsize_t _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) { diff --git a/libtiff/tif_unix.c b/libtiff/tif_unix.c index 5932fd8c..a821feb3 100644 --- a/libtiff/tif_unix.c +++ b/libtiff/tif_unix.c @@ -1,4 +1,4 @@ -/* $Id: tif_unix.c,v 1.13 2007-04-04 04:16:08 joris Exp $ */ +/* $Id: tif_unix.c,v 1.14 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -52,6 +52,11 @@ #include "tiffiop.h" +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + static tsize_t _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) { diff --git a/libtiff/tif_vms.c b/libtiff/tif_vms.c index c837dfef..5760cb70 100644 --- a/libtiff/tif_vms.c +++ b/libtiff/tif_vms.c @@ -1,4 +1,4 @@ -/* $Id: tif_vms.c,v 1.8 2007-04-04 04:16:08 joris Exp $ */ +/* $Id: tif_vms.c,v 1.9 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -41,6 +41,11 @@ #define NOSHARE #endif +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + #ifdef __alpha /* Dummy entry point for backwards compatibility */ void TIFFModeCCITTFax3(void){} diff --git a/libtiff/tif_win3.c b/libtiff/tif_win3.c index 219e114b..ee1acf1c 100644 --- a/libtiff/tif_win3.c +++ b/libtiff/tif_win3.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_win3.c,v 1.3 2007-04-04 04:16:08 joris Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/tif_win3.c,v 1.4 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -36,7 +36,12 @@ #include #include -static tsize_t +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + +static tsize_t _tiffReadProc(thandle_t fd, tdata_t buf, tsize_t size) { return (_hread(fd, buf, size)); diff --git a/libtiff/tif_wince.c b/libtiff/tif_wince.c index 4e283daf..fe7fda91 100644 --- a/libtiff/tif_wince.c +++ b/libtiff/tif_wince.c @@ -1,4 +1,4 @@ -/* $Id: tif_wince.c,v 1.1 2007-01-15 18:40:39 mloskot Exp $ */ +/* $Id: tif_wince.c,v 1.2 2007-06-26 10:41:28 joris Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -39,6 +39,11 @@ /* Turn off console support on Windows CE. */ #undef TIF_PLATFORM_CONSOLE +COMPILATION SHOULD FAIL +This file is not yet updated to reflect changes in LibTiff 4.0. If you have +the opportunity to update and test this file, please contact LibTiff folks +for all assistance you may require and contribute the results + /* * Open a TIFF file for read/writing.