gcc -Wall warnings fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4426 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
02c3bf10b0
commit
6116a681bc
8 changed files with 16 additions and 24 deletions
|
|
@ -4143,7 +4143,7 @@ definetype : { /* scanner_check_typedef(); */ } expr {
|
|||
}
|
||||
$$.type = T_CHAR;
|
||||
$$.bitfield = 0;
|
||||
$$.throws;
|
||||
$$.throws = 0;
|
||||
}
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue