gcc-5.1 warning fixes
This commit is contained in:
parent
605b95d706
commit
d64c241e1c
4 changed files with 2 additions and 10 deletions
|
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
#include "swigmod.h"
|
#include "swigmod.h"
|
||||||
#include "cparse.h"
|
#include "cparse.h"
|
||||||
static int treduce = SWIG_cparse_template_reduce(0);
|
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
static const char *usage = "\
|
static const char *usage = "\
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,6 @@
|
||||||
|
|
||||||
#include "swigmod.h"
|
#include "swigmod.h"
|
||||||
#include "cparse.h"
|
#include "cparse.h"
|
||||||
|
|
||||||
static int treduce = SWIG_cparse_template_reduce(0);
|
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,12 @@
|
||||||
|
|
||||||
#include "swigmod.h"
|
#include "swigmod.h"
|
||||||
#include "cparse.h"
|
#include "cparse.h"
|
||||||
static int treduce = SWIG_cparse_template_reduce(0);
|
|
||||||
|
|
||||||
#define SWIG_PROTECTED_TARGET_METHODS 1
|
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <limits.h> /* for INT_MAX */
|
#include <limits.h> /* for INT_MAX */
|
||||||
|
|
||||||
|
#define SWIG_PROTECTED_TARGET_METHODS 1
|
||||||
|
|
||||||
class RClass {
|
class RClass {
|
||||||
private:
|
private:
|
||||||
String *temp;
|
String *temp;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
#include "swigmod.h"
|
#include "swigmod.h"
|
||||||
#include "cparse.h"
|
#include "cparse.h"
|
||||||
static int treduce = SWIG_cparse_template_reduce(0);
|
|
||||||
|
|
||||||
static const char *usage = "\
|
static const char *usage = "\
|
||||||
Tcl 8 Options (available with -tcl)\n\
|
Tcl 8 Options (available with -tcl)\n\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue