Hi, > pc-lint is telling me that ksound.c has a lot of precision losses in > conversions. For instance: > > s->acc = s->sfx_driver->command(s, SOUND_COMMAND_SET_VOLUME, 0, obj); > ksound.c 226 Info 734: Loss of precision (assignment) (31 bits to 15 bits) s->acc is the SCI accumulator, so this is absolutely acceptable. llap, Christoph
