fix IBM CPP warning (Evgeny Kotsuba)
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 20 Jan 2003 00:24:22 +0000 (00:24 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 20 Jan 2003 00:24:22 +0000 (00:24 +0000)
src/mesa/swrast/s_tritemp.h

index 0dc4f891820bd6d9ecbcd94470d362d9d3a6bb07..fc154fa714faaa9c4ed668751eb1aa8208ad8239 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: s_tritemp.h,v 1.42 2003/01/14 04:55:46 brianp Exp $ */
+/* $Id: s_tritemp.h,v 1.43 2003/01/20 00:24:22 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Version:  5.1
  *
- * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -836,11 +836,14 @@ static void NAME(GLcontext *ctx, const SWvertex *v0,
 
                adjx = (float)(fx - eLeft->fx0);  /* SCALED! */
                adjy = eLeft->adjy;              /* SCALED! */
+#ifndef __IBMCPP__
                (void) adjx;  /* silence compiler warnings */
                (void) adjy;  /* silence compiler warnings */
-
+#endif
                vLower = eLeft->v0;
+#ifndef __IBMCPP__
                (void) vLower;  /* silence compiler warnings */
+#endif
 
 #ifdef PIXEL_ADDRESS
                {