Sun studio warning suppression in tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12500 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-02-20 13:02:21 +00:00
commit 77110db863
12 changed files with 83 additions and 6 deletions

View file

@ -1,5 +1,11 @@
%module member_pointer
%{
#if defined(__SUNPRO_CC)
#pragma error_messages (off, badargtype2w) /* Formal argument ... is being passed extern "C" ... */
#endif
%}
%inline %{
class Shape {
public: