mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-02-14 22:24:49 +00:00
Fix compiler warnings in EMX code #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmik on GitHub (Dec 6, 2019).
Originally assigned to: @dmik on GitHub.
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 on GitHub (Jan 13, 2020):
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.