Suppress uninit warning.

git-svn-id: http://skia.googlecode.com/svn/trunk@2077 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-08-09 12:55:53 +00:00
parent 66f2e33651
commit 9c6e3af89f

View File

@ -1084,7 +1084,7 @@ bool GrGpuGL::createRenderTargetObjects(int width, int height,
goto FAILED;
}
GrGLenum msColorFormat;
GrGLenum msColorFormat = 0; // suppress warning
// If we are using multisampling we will create two FBOS. We render
// to one and then resolve to the texture bound to the other.