Bug 137527

Summary: undefined code - sequence point grief
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: MagicPointAssignee: Akira TAGOH <tagoh>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.11b-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-11 06:41:20 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 2004-10-29 09:33:07 UTC
Description of problem:

I just tried to compile package MagicPoint-1.11b-1 from 
Redhat Fedora Core 3 Test 3.

The compiler said

x11.c:365: warning: operation on `fullscreen' may be undefined

The source code is

        fullscreen = ++fullscreen % 2;

Upon inspection of the source code, it looks undefined code
to me as well. Suggest the following

        fullscreen = (fullscreen + 1) % 2;



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Akira TAGOH 2004-11-11 06:41:20 UTC
should be fixed in 1.11b-2