Bug 158758 - flphoto-1.3-8: undefined C code
Summary: flphoto-1.3-8: undefined C code
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Minor
Target Milestone: ---
Assignee: Marcus Meissner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 18:44 UTC by David Binderman
Modified: 2006-03-23 12:41 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-03-16 18:44:59 UTC
I just tried to compile package flphoto-1.3-8 with the GNU C compiler.

It said

Fl_CRW_Image.cxx:767: warning: operation on "prow" may be undefined

The source code is

        *prow++ = (*prow << 2) + ((c >> r) & 3);
 
I agree with the compiler.  Suggest new code

	{
        *prow = (*prow << 2) + ((c >> r) & 3);
		++prow;
	}
Comment 1 Marcus Meissner 2006-03-17 13:15:51 UTC
ack
Comment 2 Marcus Meissner 2006-03-23 12:41:12 UTC
upstream informed, fixed package is in buildsystem.