i915g: Silence unused value warning in intel_drm_get_device_id.

This commit is contained in:
Vinson Lee
2009-12-12 16:24:25 -08:00
parent 9dc018618d
commit 75e8dbb235
@@ -31,6 +31,7 @@ intel_drm_get_device_id(unsigned int *device_id)
}
shutup_gcc = fgets(path, sizeof(path), file);
(void) shutup_gcc;
sscanf(path, "%x", device_id);
fclose(file);
}