bitwiseworks / gcc-os2

Port of GCC compiler to OS/2
GNU General Public License v2.0
16 stars 2 forks source link

Fix compiler warnings in EMX code #4

Open dmik opened 4 years ago

dmik commented 4 years ago

It's a continuation of #2 to some extent. There are lots of warnings in the EMX code. Some may be potentially dangerous and lead to bugs which are then quite hard to find. So it's better to fix them now. And document those we can't/won't fix (if any).

dmik commented 4 years ago

I will postpone this task past releasing the first set of new RPMs (#9). The rationale is once the first RPMs are released, the next build of GCC 9 will be done with GCC 9 itself which might change the number of warnings.