From be599f845f7acac94444ce74eff20296ed0a309f Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 12 Nov 1999 16:46:56 +0000 Subject: . More Watcom C++ warnings fixed in Mesa. --- src/mesa/main/glheader.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/glheader.h') diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index f4930cb01f..ea1a6b985f 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,4 +1,4 @@ -/* $Id: glheader.h,v 1.1 1999/11/11 01:22:26 brianp Exp $ */ +/* $Id: glheader.h,v 1.2 1999/11/12 16:46:56 kendallb Exp $ */ /* * Mesa 3-D graphics library @@ -61,5 +61,11 @@ #include +/* Disable unreachable code warnings for Watcom C++ */ + +#ifdef __WATCOMC__ +#pragma disable_message(201) +#endif + #endif -- cgit v1.2.3