PERFORCE change 231379 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 23 19:02:59 UTC 2013


http://p4web.freebsd.org/@@231379?ac=10

Change 231379 by brooks at brooks_zenith on 2013/07/23 19:02:54

	Merge change 6b5c4c2:
	
	Declare the cache global variable static to make clang happy at high
	warning levels.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_store.c#7 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_store.c#7 (text+ko) ====

@@ -62,7 +62,7 @@
 #endif
 
 #ifndef _KERNEL
-__thread tesla_store *cache = NULL;
+static __thread tesla_store *cache = NULL;
 #endif
 
 int32_t


More information about the p4-projects mailing list