sim: m32c: enable warnings & clean up a bunch

This doesn't clean up all the warnings, just most of them.
The ones that are left will require some care to unravel.
This commit is contained in:
Mike Frysinger 2015-04-01 02:21:21 -04:00
parent 0fe84f3fbe
commit 269e9c185f
16 changed files with 208 additions and 54 deletions

View file

@ -11,4 +11,4 @@ typedef struct
extern Timer_A timer_a;
extern void update_timer_a ();
extern void update_timer_a (void);