BigTIFF upgrade: warnings in platform dependent files that are not yet updated

This commit is contained in:
Joris Van Damme 2007-06-26 10:41:27 +00:00
parent a2ce1c675c
commit b6da3ca5c9
8 changed files with 49 additions and 9 deletions

View File

@ -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"

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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){}

View File

@ -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 <windowsx.h>
#include <memory.h>
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));

View File

@ -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.