Fix build warnings in OpenCL samples

This commit is contained in:
Andrey Kamaev
2013-01-30 17:25:03 +04:00
parent 3a55fb9d1b
commit f489eb9a5d
3 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
using namespace std;
using namespace cv;
void help()
static void help()
{
cout << "\nThis program demonstrates the cascade recognizer.\n"
"This classifier can recognize many ~rigid objects, it's most known use is for faces.\n"