From e04839765d95bf0fb11e22fe1939b0f474a73c54 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 30 Jul 2001 20:05:27 +0000 Subject: [PATCH] Updates for irix to disable various warnings and define __STL_FUNCTION_TMPL_PARTIAL_ORDER --- simgear/compiler.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/simgear/compiler.h b/simgear/compiler.h index 1cd14c36..b64e8386 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -278,6 +278,11 @@ # define STL_STRING # define STL_STRSTREAM +# define __STL_FUNCTION_TMPL_PARTIAL_ORDER + +#pragma set woff 1001,1012,1014,1116,1172,1174,1401,146,0 +#pragma set woff 1551,1552,1681 + #endif // Native SGI compilers -- 2.39.5