From cbca6964e2dabbb9d74ae24ebb67f189132cbaae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 4 Mar 2016 13:03:55 -0700 Subject: [PATCH] gallium/util: make stream variable static in u_debug_refcnt.c Reviewed-by: Eduardo Lima Mitev --- src/gallium/auxiliary/util/u_debug_refcnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_debug_refcnt.c b/src/gallium/auxiliary/util/u_debug_refcnt.c index a23f1917852..f486492b3cd 100644 --- a/src/gallium/auxiliary/util/u_debug_refcnt.c +++ b/src/gallium/auxiliary/util/u_debug_refcnt.c @@ -42,7 +42,7 @@ int debug_refcnt_state; -FILE *stream; +static FILE *stream; /* TODO: maybe move this serial machinery to a stand-alone module and * expose it? -- 2.30.2