summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyu Bai <divinekid@gmail.com>2009-02-07 19:10:30 +0000
committerHaoyu Bai <divinekid@gmail.com>2009-02-07 19:10:30 +0000
commit03dac4f20b051a13636b3d6ff9282f87b2885246 (patch)
treedfa5c4888def1b869f770aa6e4cd98f3f58ccd3e
parentf4c0b99c4a455e27675dfa92b9e355962b59d5aa (diff)
downloadswig-03dac4f20b051a13636b3d6ff9282f87b2885246.tar.gz
Strip g++ warning: unused variable ‘temp’
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/swig-2.0@11115 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Source/Swig/typeobj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Swig/typeobj.c b/Source/Swig/typeobj.c
index 0fc3e4b1e..c49a54c1f 100644
--- a/Source/Swig/typeobj.c
+++ b/Source/Swig/typeobj.c
@@ -677,7 +677,6 @@ String *SwigType_array_getdim(SwigType *t, int n) {
/* Replace nth array dimension */
void SwigType_array_setdim(SwigType *t, int n, const_String_or_char_ptr rep) {
String *result = 0;
- char temp;
const char *start;
const char *c = Char(t);