warningx fixed under vs2008

This commit is contained in:
Anatoly Baksheev
2010-12-21 11:37:08 +00:00
parent 0545e780f8
commit 998fab0ef5
9 changed files with 250 additions and 250 deletions

View File

@@ -26,7 +26,7 @@ void help()
Point2f pt;
bool addRemovePt = false;
void onMouse( int event, int x, int y, int flags, void* param )
void onMouse( int event, int x, int y, int /*flags*/, void* /*param*/ )
{
if( event == CV_EVENT_LBUTTONDOWN )
{