From 6739a6a0d5835b702b0a6ef93321cefcddae36a6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Oct 1999 00:41:32 +0000 Subject: [PATCH] disable microslock warning --- src/gdd/aitConvert.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gdd/aitConvert.h b/src/gdd/aitConvert.h index e65234f81..9722747d0 100644 --- a/src/gdd/aitConvert.h +++ b/src/gdd/aitConvert.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.7 1999/10/28 23:33:41 jhill + * use fully qualified namespace names for C++ RTL classes + * * Revision 1.6 1999/10/28 00:27:51 jhill * special case enum to string conversion * @@ -34,9 +37,13 @@ #include +#if _MSC_VER <= 1200 +#pragma warning (disable:4786) +#endif #include #include + #include "shareLib.h" #include "osiSock.h"