Fix the build.

Remove an unused function warning.

Review URL: https://codereview.chromium.org/14785008

git-svn-id: http://skia.googlecode.com/svn/trunk@8942 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo@google.com 2013-05-01 21:27:16 +00:00
parent c4ebdb03de
commit 1be4ec9f4f

View File

@ -348,6 +348,7 @@ namespace {
* Make sure to keep it in sync with images.gyp, so only the encoders
* which are created on a platform are linked.
*/
void force_linking();
void force_linking() {
SkASSERT(false);
CreateJPEGImageDecoder();