diff options
Diffstat (limited to 'Source/kwsys/testhash.cxx')
-rw-r--r-- | Source/kwsys/testhash.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/testhash.cxx b/Source/kwsys/testhash.cxx index dc3c660..b8cdab1 100644 --- a/Source/kwsys/testhash.cxx +++ b/Source/kwsys/testhash.cxx @@ -29,6 +29,10 @@ # pragma warning (disable:4786) #endif +#if defined(__sgi) && !defined(__GNUC__) +# pragma set woff 1468 /* inline function cannot be explicitly instantiated */ +#endif + template class kwsys::hash_map<const char*, int>; template class kwsys::hash_set<int>; |