Skip to content

Commit

Permalink
gcc-5.1 warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Apr 26, 2015
1 parent 605b95d commit d64c241
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Source/Modules/perl5.cxx
Expand Up @@ -13,8 +13,6 @@

#include "swigmod.h"
#include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0);

#include <ctype.h>

static const char *usage = "\
Expand Down
3 changes: 0 additions & 3 deletions Source/Modules/python.cxx
Expand Up @@ -13,9 +13,6 @@

#include "swigmod.h"
#include "cparse.h"

static int treduce = SWIG_cparse_template_reduce(0);

#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
Expand Down
6 changes: 2 additions & 4 deletions Source/Modules/ruby.cxx
Expand Up @@ -13,14 +13,12 @@

#include "swigmod.h"
#include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0);

#define SWIG_PROTECTED_TARGET_METHODS 1

#include <ctype.h>
#include <string.h>
#include <limits.h> /* for INT_MAX */

#define SWIG_PROTECTED_TARGET_METHODS 1

class RClass {
private:
String *temp;
Expand Down
1 change: 0 additions & 1 deletion Source/Modules/tcl8.cxx
Expand Up @@ -13,7 +13,6 @@

#include "swigmod.h"
#include "cparse.h"
static int treduce = SWIG_cparse_template_reduce(0);

static const char *usage = "\
Tcl 8 Options (available with -tcl)\n\
Expand Down

0 comments on commit d64c241

Please sign in to comment.