Set stricter warning rules for gcc
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
|
||||
void help(char **av)
|
||||
static void help(char **av)
|
||||
{
|
||||
cout << "\nThis program demonstrated the use of features2d with the Fast corner detector and brief descriptors\n"
|
||||
<< "to track planar objects by computing their homography from the key (training) image to the query (test) image\n\n" << endl;
|
||||
|
Reference in New Issue
Block a user