Work around GCC 4.8 false alarms without casts
commitbeceb2fa9382fd44816cae382dd12ffc6a210d5e
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 18:49:56 +0000 (6 11:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 18:59:16 +0000 (6 11:59 -0700)
treef4feb03b41aaa49d6d445ca1aa9d8ad22b4e55a6
parent58302c6079f380c47237843dff3793de16e53419
Work around GCC 4.8 false alarms without casts

* data/skeletons/yacc.c (yyparse):
Initialize yyes_capacity with a signed expression.
* tests/local.at (AT_YYLEX_DEFINE(c)):
Use enum to avoid cast.
TODO
data/skeletons/yacc.c
tests/local.at