From c3501b01d1e3c8d107ee4da79549652c26bb05bc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Jun 2000 21:55:11 +0000 Subject: added dummy function to silence compiler warning --- src/mesa/x86/3dnow.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index a32815bf62..f61e369edc 100644 --- a/src/mesa/x86/3dnow.c +++ b/src/mesa/x86/3dnow.c @@ -1,10 +1,10 @@ -/* $Id: 3dnow.c,v 1.3 1999/11/12 04:57:22 kendallb Exp $ */ +/* $Id: 3dnow.c,v 1.4 2000/06/14 21:55:11 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -186,4 +186,13 @@ void gl_init_3dnow_asm_transforms (void) gl_project_clipped_v16 = gl_3dnow_project_clipped_vertices; } +#else + + +/* silence compiler warning */ +extern void _mesa_3dnow_dummy_function(void); +void _mesa_3dnow_dummy_function(void) +{ +} + #endif -- cgit v1.2.3