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:
William S Fulton 2003-03-03 23:29:53 +00:00
commit 6116a681bc
8 changed files with 16 additions and 24 deletions

View file

@ -4143,7 +4143,7 @@ definetype : { /* scanner_check_typedef(); */ } expr {
}
$$.type = T_CHAR;
$$.bitfield = 0;
$$.throws;
$$.throws = 0;
}
;