Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 19:02:57 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 231379 for review
Message-ID:  <201307231902.r6NJ2vde078000@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@231379?ac=10

Change 231379 by brooks@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307231902.r6NJ2vde078000>