[Mesa-dev] [PATCH 2/4] gallium/util: make stream variable static in u_debug_refcnt.c
Brian Paul
brianp at vmware.com
Sat Mar 5 01:16:37 UTC 2016
---
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 a23f191..f486492 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?
--
1.9.1
More information about the mesa-dev
mailing list