From 0d2561a5621cf93087410f9cbe3fc5a8163802db Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 15 Sep 2010 18:26:06 -0700 Subject: [PATCH] nv50: Fix 'control reaches end of non-void function' warning. --- src/gallium/drivers/nv50/nv50_pc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nv50/nv50_pc.h b/src/gallium/drivers/nv50/nv50_pc.h index 080f99f3786..fd2799eba1e 100644 --- a/src/gallium/drivers/nv50/nv50_pc.h +++ b/src/gallium/drivers/nv50/nv50_pc.h @@ -171,6 +171,7 @@ nv_type_order(ubyte type) return 3; } assert(0); + return 0; } static INLINE uint -- 2.30.2