From: curt Date: Mon, 30 Jul 2001 20:05:27 +0000 (+0000) Subject: Updates for irix to disable various warnings and define X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e04839765d95bf0fb11e22fe1939b0f474a73c54;p=simgear.git Updates for irix to disable various warnings and define __STL_FUNCTION_TMPL_PARTIAL_ORDER --- 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