From 521e26752b1f1e60fd5e8990416f26cb62339a78 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 12 May 2010 10:40:12 -0400 Subject: [PATCH] Ignore some more sgi warnings. --- Source/cmStandardIncludes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 5db020048..9b9cb3b3a 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -45,6 +45,7 @@ // This is a hack to prevent warnings about these functions being // declared but not referenced. #if defined(__sgi) && !defined(__GNUC__) +# pragma set woff 3970 /* conversion from pointer to same-sized */ # include class cmStandardIncludesHack {