From eafa63690d492952cf06088933ce31bee58d509e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 26 Jan 2010 16:22:34 +0000 Subject: texk/web2c/pdftex compiler warnings git-svn-id: svn://tug.org/texlive/trunk@16825 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/writepng.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/web2c/pdftexdir/writepng.c') diff --git a/Build/source/texk/web2c/pdftexdir/writepng.c b/Build/source/texk/web2c/pdftexdir/writepng.c index 22e2f3a3639..249bb96d933 100644 --- a/Build/source/texk/web2c/pdftexdir/writepng.c +++ b/Build/source/texk/web2c/pdftexdir/writepng.c @@ -155,7 +155,7 @@ void read_png_info(integer img) } -void write_png_palette(integer img) +static void write_png_palette(integer img) { int i, j, k, l; png_bytep row, r, *rows; @@ -199,7 +199,7 @@ void write_png_palette(integer img) } } -void write_png_gray(integer img) +static void write_png_gray(integer img) { int i, j, k, l; png_bytep row, r, *rows; @@ -229,7 +229,7 @@ void write_png_gray(integer img) -void write_png_gray_alpha(integer img) +static void write_png_gray_alpha(integer img) { int i, j, k, l; png_bytep row, r, *rows; @@ -297,7 +297,7 @@ void write_png_gray_alpha(integer img) } } -void write_png_rgb(integer img) +static void write_png_rgb(integer img) { int i, j, k, l; png_bytep row, r, *rows; @@ -325,7 +325,7 @@ void write_png_rgb(integer img) pdfendstream(); } -void write_png_rgb_alpha(integer img) +static void write_png_rgb_alpha(integer img) { int i, j, k, l; png_bytep row, r, *rows; @@ -418,7 +418,7 @@ static int spng_getint(FILE * fp) #define SPNG_CHUNK_IDAT 0x49444154 #define SPNG_CHUNK_IEND 0x49454E44 -void copy_png(integer img) +static void copy_png(integer img) { FILE *fp = (FILE *) png_ptr(img)->io_ptr; int i, len, type, streamlength = 0; -- cgit v1.2.3