Bugzilla – Bug 137566
bmp-plugins-0.9.7-12: undefined C code
Last modified: 2006-05-18 11:10:31 UTC
I just tried to compile package bmp-plugins-0.9.7-12 with a prerelease of the GNU C compiler version 4.1. It said 1. sndfile.cpp:1174: warning: operation on "pSample" may be undefined The source code is *pSample++ = bswapLE16(*pSample); I agree with the compiler - this code seems to be undefined. AFAIK, there are no guarantees in C that the side effects on the left of an assignment happens before or after the right side effects. Suggest code rework. 2. sndfile.cpp:1365: warning: operation on "pSample" may be undefined Duplicate. BTW, I've already tried emailing who I thought was the author [ jeremytan@users.sourceforge.net ], without success.
please talk to the authors of libmodplug http://sourceforge.net/projects/modplug-xmms/ so we can pick it up from there
>please talk to the authors of libmodplug I tried that, and it didn't work. It looks like this bug report goes to /dev/null
we will drop bmp and bmp-plugins for the next version.