mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix a type clash warning I'd failed to notice.
This commit is contained in:
parent
35d53d0d77
commit
daa88d8f1c
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ decl_list
|
|||
;
|
||||
|
||||
decl
|
||||
: function_decl
|
||||
: function_decl {}
|
||||
| var_decl opt_initializer
|
||||
{
|
||||
specifier_t spec = $<spec>0;
|
||||
|
|
Loading…
Reference in a new issue