remove unused method warning with gcc -Wall
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8947 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62383e4cec
commit
7a0351adc2
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ typedef struct {
|
|||
%}
|
||||
|
||||
%insert(runtime) {
|
||||
static void SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) {
|
||||
static void SWIGUNUSED SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) {
|
||||
jclass excep;
|
||||
static const SWIG_JavaExceptions_t java_exceptions[] = {
|
||||
{ SWIG_JavaOutOfMemoryError, "java/lang/OutOfMemoryError" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue