Module: wine Branch: master Commit: 3dd26315a4d33e9cb1df3290837fe780cec29f63 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3dd26315a4d33e9cb1df329083...
Author: Francois Gouget fgouget@free.fr Date: Wed Jul 25 11:10:00 2012 +0200
d3dcompiler_43: Make debug_dump_ir_expr() static.
---
dlls/d3dcompiler_43/utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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;