projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0abed
)
gallium/util: make stream variable static in u_debug_refcnt.c
author
Brian Paul
<brianp@vmware.com>
Fri, 4 Mar 2016 20:03:55 +0000
(13:03 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 5 Mar 2016 16:20:23 +0000
(09:20 -0700)
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
src/gallium/auxiliary/util/u_debug_refcnt.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug_refcnt.c
b/src/gallium/auxiliary/util/u_debug_refcnt.c
index a23f19178526590525fead917322978ea255d824..f486492b3cd90a4720fdedb9958abed6201a617d 100644
(file)
--- 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?