Francois Gouget : d3dcompiler_43: Make debug_dump_ir_constructor() static.

Alexandre Julliard julliard at winehq.org
Wed Jun 13 16:08:34 CDT 2012


Module: wine
Branch: master
Commit: 768c38034cf5faee00ccc8edcff7540737420f7d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=768c38034cf5faee00ccc8edcff7540737420f7d

Author: Francois Gouget <fgouget at 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;
 




More information about the wine-cvs mailing list