remove more warnings, ICC

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6254 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-17 21:46:44 +00:00
commit 22407f3517
9 changed files with 18 additions and 18 deletions

View file

@ -16,7 +16,7 @@ namespace Namespace {
typedef const Error* ErrorPtr;
typedef int IntArray[10];
enum EnumTest { enum1, enum2 };
};
}
class Foo {
public:
void test_int() throw(int) {