From 8995544bc90eac2f8ac8e877dc5a33e3cba97e64 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 21 Mar 2006 10:59:14 +0000 Subject: Silencium gcc warnings. --- src/mesa/shader/slang/slang_execute.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/shader/slang/slang_execute.h') diff --git a/src/mesa/shader/slang/slang_execute.h b/src/mesa/shader/slang/slang_execute.h index 588b0cac3f..99be0fff8e 100644 --- a/src/mesa/shader/slang/slang_execute.h +++ b/src/mesa/shader/slang/slang_execute.h @@ -72,6 +72,10 @@ void slang_machine_init (slang_machine *); int _slang_execute (const slang_assembly_file *); int _slang_execute2 (const slang_assembly_file *, slang_machine *); +#if defined(USE_X86_ASM) || defined(SLANG_X86) +GLboolean _slang_x86_codegen (slang_machine *, slang_assembly_file *, GLuint); +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3