Suppress dumb warning.

git-svn-id: http://skia.googlecode.com/svn/trunk@4120 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-06-01 18:29:37 +00:00
parent f25edfeac7
commit 0e9144828c

View File

@ -97,6 +97,7 @@ void GrGLMorphologyEffect ::emitFS(GrGLShaderBuilder* state,
break;
default:
GrCrash("Unexpected type");
func = ""; // suppress warning
break;
}