Updated warning options for GCC; fixed new warnings.
This commit is contained in:
@@ -6,9 +6,10 @@ const char* message = "Hello Android!";
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
(void)argc; (void)argv;
|
||||
// print message to console
|
||||
printf("%s\n", message);
|
||||
|
||||
|
||||
// put message to simple image
|
||||
Size textsize = getTextSize(message, CV_FONT_HERSHEY_COMPLEX, 3, 5, 0);
|
||||
Mat img(textsize.height + 20, textsize.width + 20, CV_32FC1, Scalar(230,230,230));
|
||||
|
Reference in New Issue
Block a user