From: Brian Paul Date: Fri, 4 Mar 2016 20:03:55 +0000 (-0700) Subject: gallium/util: make stream variable static in u_debug_refcnt.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbca6964e2dabbb9d74ae24ebb67f189132cbaae;p=mesa.git gallium/util: make stream variable static in u_debug_refcnt.c Reviewed-by: Eduardo Lima Mitev --- 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?