pedantic warning fix for D wrappers
This commit is contained in:
parent
3d34b369fa
commit
ef75735e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ typedef enum {
|
|||
SWIG_DIllegalArgumentException,
|
||||
SWIG_DIllegalElementException,
|
||||
SWIG_DIOException,
|
||||
SWIG_DNoSuchElementException,
|
||||
SWIG_DNoSuchElementException
|
||||
} SWIG_DExceptionCodes;
|
||||
|
||||
typedef void (* SWIG_DExceptionCallback_t)(const char *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue