opencv: avoid 'unused' compiler warnings with inline functions in opencv headers
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 9 Sep 2010 10:07:47 +0000 (11:07 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 9 Sep 2010 14:29:31 +0000 (15:29 +0100)
commit41b9b76fa53c890ed674aa46890b5335edafe602
tree57c9c1e904b2ee7504cf1bac7077eaed71694b1e
parente2b45f5155d38be44c2df0daed7fda1b3a61fd4a
opencv: avoid 'unused' compiler warnings with inline functions in opencv headers

Override CV_INLINE to avoid 'unused' gcc warnings. GLib will take care of defining
'inline' sufficiently and OpenCV's define isn't good enough to avoid 'unused'
compiler warnings (at least in version 2.1.0).
ext/opencv/Makefile.am