commit | 9c6e3af89fdb6f69d76eaf8695ec816842d058ac | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 09 12:55:53 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 09 12:55:53 2011 +0000 |
tree | e11b182178c3200ee38b2b0ab7a4153d99b9d73f | |
parent | 66f2e33651888efe47537c563ca846b029e7001d [diff] [blame] |
Suppress uninit warning. git-svn-id: http://skia.googlecode.com/svn/trunk@2077 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrGpuGL.cpp b/gpu/src/GrGpuGL.cpp index 8a5669c..096575c 100644 --- a/gpu/src/GrGpuGL.cpp +++ b/gpu/src/GrGpuGL.cpp
@@ -1084,7 +1084,7 @@ 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.