Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
29afb83f
Commit
29afb83f
authored
8 years ago
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7039 from vpisarev:2_small_fixes
parents
b2698f24
d7ee62f0
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
data.cpp
modules/ml/src/data.cpp
+0
-3
ts_perf.hpp
modules/ts/include/opencv2/ts/ts_perf.hpp
+1
-1
No files found.
modules/ml/src/data.cpp
View file @
29afb83f
...
...
@@ -747,9 +747,6 @@ public:
}
}
while
(
*
stopstring
!=
']'
);
if
(
stopstring
[
1
]
!=
'\0'
&&
stopstring
[
1
]
!=
','
)
CV_Error
(
CV_StsBadArg
,
errmsg
);
}
}
...
...
This diff is collapsed.
Click to expand it.
modules/ts/include/opencv2/ts/ts_perf.hpp
View file @
29afb83f
...
...
@@ -371,8 +371,8 @@ public:
class
PerfSkipTestException
:
public
cv
::
Exception
{
int
dummy
;
// workaround for MacOSX Xcode 7.3 bug (don't make class "empty")
public
:
int
dummy
;
// workaround for MacOSX Xcode 7.3 bug (don't make class "empty")
PerfSkipTestException
()
:
dummy
(
0
)
{}
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment