From b1bfd3627097c10bad6f405d5fe5dd0a7c541d34 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 22 Apr 2002 21:17:42 +0000 Subject: [PATCH] Fixes for Comeau strict mode on Windows [SVN r13544] --- bind_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind_test.cpp b/bind_test.cpp index cd5807d..5f44bdb 100644 --- a/bind_test.cpp +++ b/bind_test.cpp @@ -1,4 +1,4 @@ -#if defined(_MSC_VER) && !defined(__ICL) +#if defined(_MSC_VER) && !defined(__ICL) && !defined(__COMO__) #pragma warning(disable: 4786) // identifier truncated in debug info #pragma warning(disable: 4710) // function not inlined #pragma warning(disable: 4711) // function selected for automatic inline expansion