Fix warning about non-local anonymous struct

git-svn-id: http://skia.googlecode.com/svn/trunk@815 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-02-18 16:21:58 +00:00
parent 2c3b51f22b
commit 5d18c3872b

View File

@ -536,7 +536,7 @@ GrRenderTarget* GrGpuGL::createRenderTargetFrom3DApiState() {
static const GLuint UNKNOWN_BITS = ~0;
// defines stencil formats from more to less preferred
struct {
static const struct {
GLenum fEnum;
GLuint fBits;
} gStencilFormats[] = {