intel: Fix compiler warnings from the depth stall flush commit.

This commit is contained in:
Eric Anholt
2011-09-27 15:17:50 -07:00
parent d1fda903ec
commit b095b683f8
@@ -40,6 +40,7 @@ GLboolean intel_batchbuffer_emit_reloc_fenced(struct intel_context *intel,
uint32_t offset);
void intel_batchbuffer_emit_mi_flush(struct intel_context *intel);
void intel_emit_post_sync_nonzero_flush(struct intel_context *intel);
void intel_emit_depth_stall_flushes(struct intel_context *intel);
static INLINE uint32_t float_as_int(float f)
{