silence warning with GCC -Wextra

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-08-31 23:48:33 +00:00
parent 7391e7a058
commit 1224b8a386

View File

@@ -721,7 +721,9 @@ private:
// used for length caching only so far, i.e. it doesn't count as a hit // used for length caching only so far, i.e. it doesn't count as a hit
// from our point of view // from our point of view
if ( cache->pos ) if ( cache->pos )
{
wxCACHE_PROFILE_FIELD_INC(poshits); wxCACHE_PROFILE_FIELD_INC(poshits);
}
if ( pos == cache->pos ) if ( pos == cache->pos )
return cache->impl; return cache->impl;