Bug 155328

Summary: compiler warnings in kdeaddons
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: kdeaddonsAssignee: Petr Rockai <prockai>
Status: CLOSED UPSTREAM QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mgarski, than
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-27 19:35:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-04-19 08:41:42 UTC
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:

Comment 1 Marcin Garski 2005-10-27 19:35:36 UTC
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.