Commit 29afb83f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #7039 from vpisarev:2_small_fixes

parents b2698f24 d7ee62f0
...@@ -747,9 +747,6 @@ public: ...@@ -747,9 +747,6 @@ public:
} }
} }
while(*stopstring != ']'); while(*stopstring != ']');
if( stopstring[1] != '\0' && stopstring[1] != ',')
CV_Error( CV_StsBadArg, errmsg );
} }
} }
......
...@@ -371,8 +371,8 @@ public: ...@@ -371,8 +371,8 @@ public:
class PerfSkipTestException: public cv::Exception class PerfSkipTestException: public cv::Exception
{ {
int dummy; // workaround for MacOSX Xcode 7.3 bug (don't make class "empty")
public: public:
int dummy; // workaround for MacOSX Xcode 7.3 bug (don't make class "empty")
PerfSkipTestException() : dummy(0) {} PerfSkipTestException() : dummy(0) {}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment