d3dcompiler_43: Make debug_dump_ir_expr() static.

Francois Gouget fgouget at free.fr
Wed Jul 25 04:10:00 CDT 2012


---
 dlls/d3dcompiler_43/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c
index 9c4f6ca..242f5fb 100644
--- a/dlls/d3dcompiler_43/utils.c
+++ b/dlls/d3dcompiler_43/utils.c
@@ -1817,7 +1817,7 @@ static const char *debug_expr_op(const struct hlsl_ir_expr *expr)
 }
 
 /* Dumps the expression in a prefix "operator (operands)" form */
-void debug_dump_ir_expr(const struct hlsl_ir_expr *expr)
+static void debug_dump_ir_expr(const struct hlsl_ir_expr *expr)
 {
     unsigned int i;
 
-- 
1.7.10.4



More information about the wine-patches mailing list