We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 862

Summary: use GLint in SDL_QuartzGL.m
Product: SDL Reporter: C.W. Betts <computers57>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: computers57
Version: HG 1.2   
Hardware: x86_64   
OS: Mac OS X 10.6   
Attachments: fix compile warning on x86_64
Fix compile Warnings on x86_64

Description C.W. Betts 2009-10-20 09:58:56 UTC
Created attachment 431 [details]
fix compile warning on x86_64

The compiler complains that long is an incompatible pointer type for
[gl_context setValues: forParameter:] and CGLSetParameter.  This only shows up
on x86_64, but it still might be an issue.
Comment 1 C.W. Betts 2009-10-20 10:21:45 UTC
Created attachment 432 [details]
Fix compile Warnings on x86_64

changed one more long to GLint that might affect future patches
Comment 2 Sam Lantinga 2009-10-21 21:54:10 UTC
This is in subversion, thanks!