Francois Gouget : d3dcompiler_43: Make debug_dump_ir_constructor() static.
Module: wine Branch: master Commit: 768c38034cf5faee00ccc8edcff7540737420f7d URL: http://source.winehq.org/git/wine.git/?a=commit;h=768c38034cf5faee00ccc8edcf... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Jun 13 19:46:54 2012 +0200 d3dcompiler_43: Make debug_dump_ir_constructor() 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 9c222cd..350a116 100644 --- a/dlls/d3dcompiler_43/utils.c +++ b/dlls/d3dcompiler_43/utils.c @@ -1139,7 +1139,7 @@ static void debug_dump_ir_constant(const struct hlsl_ir_constant *constant) TRACE("}"); } -void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor) +static void debug_dump_ir_constructor(const struct hlsl_ir_constructor *constructor) { struct hlsl_ir_node *arg;
participants (1)
-
Alexandre Julliard