Suppress dumb warning.
git-svn-id: http://skia.googlecode.com/svn/trunk@4120 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f25edfeac7
commit
0e9144828c
@ -97,6 +97,7 @@ void GrGLMorphologyEffect ::emitFS(GrGLShaderBuilder* state,
|
||||
break;
|
||||
default:
|
||||
GrCrash("Unexpected type");
|
||||
func = ""; // suppress warning
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user