Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 30 Sep 1998 16:49:55 +0000 (16:49 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 30 Sep 1998 16:49:55 +0000 (16:49 +0000)
commit36ef59e79797f3317ed83ef1b4760aab004d59cb
tree6a472d7252babe2acf61a1cf7852504969d64b2e
parent5efaf7b00ee3751680bffd751fa86eed6007c46a
Warning fixes:

* actions.c (chill_handle_multi_case_label): Always return a value
in function returning non-void.
* except.c: Include OS headers before any local ones.
* typeck.c (layout_chill_range_type): Change type of variable
`negprecision' to int.
(apply_chill_array_layout): Initialize variables `stepsize' and
`start_bit'.
(layout_chill_struct_type): Change type of variable `min_align' to
unsigned int.
(smash_dummy_type): Change name of variable `main' to `main_tree'.

From-SVN: r22680
gcc/ch/ChangeLog
gcc/ch/actions.c
gcc/ch/except.c
gcc/ch/typeck.c