From 2e73ed3602b3fdf3d3066ca5dad6e94ec1ae145d Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 27 Feb 2002 04:32:10 +0000 Subject: [PATCH] Silence gcc's annoying warnings --- zsnes/src/water.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsnes/src/water.c b/zsnes/src/water.c index c06aa52c..f8180b57 100644 --- a/zsnes/src/water.c +++ b/zsnes/src/water.c @@ -41,7 +41,7 @@ static int Height[2][SCRW*SCRH]; extern char NetPlayNoMore; -static void DrawWaterNoLight(int *ptr); +/* static void DrawWaterNoLight(int *ptr); */ static void DrawWaterWithLight(int *ptr,int light); static void SineBlob(int x, int y, int radius, int height, int page); static void CalcWater(int *nptr,int *optr,int density); @@ -157,6 +157,7 @@ void DrawWater(void) } +#if 0 void DrawWaterNoLight(int *ptr) { int dx,dy; @@ -236,6 +237,7 @@ void DrawWaterNoLight(int *ptr) // frames++; } +#endif void DrawWaterWithLight(int *ptr,int light) {