When building ON with gcc (on x86) there are some warnings in sgs/crle.
Mostly implicit int cleanup but gcc thinks a couple of functions can fall off
the end without returning a value. I added returns of 0 after the NOTREACHEDs
but perhaps they should be asserts or there is some better way to tell it.
The suggested fix compiles but I haven't tested it.
xxxxx@xxxxx.com 2005-05-20 18:20:10 GMT