Fix some warnings on x86_64

This commit is contained in:
Alan Hourihane
2006-04-07 08:50:39 +00:00
parent 9d3de643d1
commit e2af1da1d3
8 changed files with 16 additions and 10 deletions

View File

@@ -216,7 +216,7 @@ void intelStartInlinePrimitive( intelContextPtr intel, GLuint prim )
}
#if 1
if (((int)intel->batch.ptr) & 0x4) {
if (((unsigned long)intel->batch.ptr) & 0x4) {
BEGIN_BATCH(1);
OUT_BATCH(0);
ADVANCE_BATCH();