From 6a82d44d9cb25b8ef1e1697adfcfe91a964c221f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 18 Jan 2004 17:22:25 +0000 Subject: Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. --- src/mesa/drivers/dri/mga/mga_xmesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/mga/mga_xmesa.c') diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index 52145e62e8..fa8057e732 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -332,7 +332,7 @@ static const struct dri_debug_control debug_control[] = static int -get_ust_nop( int64_t * ust ) +get_ust_nop( uint64_t * ust ) { *ust = 1; return 0; -- cgit v1.2.3