Disable compile warning for ERROR macro
authorJohn Koleszar <jkoleszar@google.com>
Wed, 17 Nov 2010 14:08:47 +0000 (09:08 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 17 Nov 2010 14:08:51 +0000 (09:08 -0500)
commit79e2b1f39b9bb79a64543935e3616bf8abf7dcd8
tree1723a226e0921559ab8e86b5c2c5399ba476fbc3
parent99d02c0f9f0944162c435801cec84c577e0cf2b0
Disable compile warning for ERROR macro

The ERROR macro collides wiith the MS SDK on Windows. Since we're not
making any win32 calls in this function, just #undef it first to take
ownership.

Change-Id: Ic18c60dfa3a33c52e6c49d3f4f8d3e7e3ac3341d
vp8/vp8_cx_iface.c