From ac0961b73904a48f8caaea1aee9f6e8fcb2b4953 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Fri, 19 Apr 2013 10:25:36 +0100 Subject: [PATCH] Remove dummy place holder function. void __attribute__((noinline)) hi(void) { } Causes build failure in VS2008 Change-Id: Ie2f2a09d90bd5502c492e4d9f4983532a0edbc01 --- vp9/encoder/vp9_encodeframe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c index 5f29c27..8d342a6 100644 --- a/vp9/encoder/vp9_encodeframe.c +++ b/vp9/encoder/vp9_encodeframe.c @@ -2342,8 +2342,6 @@ static void encode_macroblock(VP9_COMP *cpi, TOKENEXTRA **t, } } -void __attribute__((noinline)) hi(void) { } - static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled, int mb_row, int mb_col, BLOCK_SIZE_TYPE bsize) { -- 2.7.4