Updated warning options for GCC; fixed new warnings.
This commit is contained in:
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
if (status != Stitcher::OK)
|
||||
{
|
||||
cout << "Can't stitch images, error code = " << status << endl;
|
||||
cout << "Can't stitch images, error code = " << int(status) << endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user