Graham Pentheny 5111139558
Fixes for many low-severity compiler warnings (#576)
* Fixes for many low-severity compiler warnings

Mostly a lot of pedantic things like end-of-file newlines and commas on the last enum value.  However some fixes like the weak v-tables warnings fixes might help with code gen.  It's unclear if the linker is able to elide multiple copies of the same type's v-table in different translation units, (sometimes it can) but these fixes ensure we don't have to rely on it.
2022-11-11 21:03:03 -05:00
..
2018-04-21 00:16:52 +02:00
2017-10-14 20:24:18 +02:00
2020-11-19 17:36:54 +01:00
2022-11-11 20:11:14 -05:00