Description of problem: I just tried to compile kdeaddons-3.4.0-2 from Redhat Fedora Core development tree The compiler said 1. scopedisplayer.cpp:72: warning: operation on 'ptr' may be undefined The source code is *(ptr++) -= ((*ptr & 0xf0f0f0f0ul) >> 4) + ((*ptr & 0xe0e0e0e0ul) >> 5); I agree with the compiler. Suggest code rework. 2. core.cpp:128: warning: operation on 'ptr' may be undefined core.cpp:124: warning: operation on 'ptr' may be undefined Duplicates. 3. display.c:127: warning: operation on 'pdest' may be undefined The source code is *(pdest++) = *(pdest-1); I agree with the compiler. Suggest code rework. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Thanks for the bug report. bug has been reported upstream: http://bugs.kde.org/show_bug.cgi?id=115208 I will notify when this bugs will be fixed upstream.