From 7c86b77b5fe57aebebca65c6a14330d3c2102382 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 17 Oct 2012 22:34:03 +0000 Subject: [PATCH] 2012-10-18 00:32 UTC+0200 Viktor Szakats (harbour syenar.net) * src/3rd/tiff/Makefile - src/3rd/tiff/warning.c + src/3rd/tiff/warn.c * renamed to avoid the word 'warning' coming up unnecessarily in build logs. --- harbour/ChangeLog | 7 +++++++ harbour/src/3rd/tiff/Makefile | 4 ++-- harbour/src/3rd/tiff/{warning.c => warn.c} | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename harbour/src/3rd/tiff/{warning.c => warn.c} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c3779d2943..821901d7f8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-18 00:32 UTC+0200 Viktor Szakats (harbour syenar.net) + * src/3rd/tiff/Makefile + - src/3rd/tiff/warning.c + + src/3rd/tiff/warn.c + * renamed to avoid the word 'warning' coming up + unnecessarily in build logs. + 2012-10-18 00:18 UTC+0200 Viktor Szakats (harbour syenar.net) * src/compiler/complex.c ! added missing HB_SIZE case diff --git a/harbour/src/3rd/tiff/Makefile b/harbour/src/3rd/tiff/Makefile index 325f0e9802..4601de4b5e 100644 --- a/harbour/src/3rd/tiff/Makefile +++ b/harbour/src/3rd/tiff/Makefile @@ -41,7 +41,7 @@ C_SOURCES := \ thunder.c \ tile.c \ version.c \ - warning.c \ + warn.c \ C_SOURCES += \ close.c \ @@ -149,7 +149,7 @@ endif # MAP libtiff/tif_tile.c tile.c # MAP libtiff/tif_unix.c unix.c # MAP libtiff/tif_version.c version.c -# MAP libtiff/tif_warning.c warning.c +# MAP libtiff/tif_warning.c warn.c # MAP libtiff/tif_win32.c win32.c # MAP libtiff/tif_write.c write.c # MAP libtiff/tif_zip.c zip.c diff --git a/harbour/src/3rd/tiff/warning.c b/harbour/src/3rd/tiff/warn.c similarity index 100% rename from harbour/src/3rd/tiff/warning.c rename to harbour/src/3rd/tiff/warn.c