Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
6f8a77d5
Commit
6f8a77d5
authored
May 30, 2014
by
James Zern
Committed by
Gerrit Code Review
May 30, 2014
Browse files
Merge "Fix unused variable warning."
parents
6a0dcc13
8db1f7ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
third_party/googletest/README.libvpx
View file @
6f8a77d5
...
...
@@ -12,4 +12,4 @@ failures, various options for running the tests, and XML test report
generation.
Local Modifications:
None.
\ No newline at end of file
Removed unused declarations of kPathSeparatorString to have warning free build.
\ No newline at end of file
third_party/googletest/src/src/gtest-all.cc
View file @
6f8a77d5
...
...
@@ -7904,7 +7904,6 @@ namespace internal {
// of them.
const
char
kPathSeparator
=
'\\'
;
const
char
kAlternatePathSeparator
=
'/'
;
const
char
kPathSeparatorString
[]
=
"
\\
"
;
const
char
kAlternatePathSeparatorString
[]
=
"/"
;
# if GTEST_OS_WINDOWS_MOBILE
// Windows CE doesn't have a current directory. You should not use
...
...
@@ -7918,7 +7917,6 @@ const char kCurrentDirectoryString[] = ".\\";
# endif // GTEST_OS_WINDOWS_MOBILE
#else
const
char
kPathSeparator
=
'/'
;
const
char
kPathSeparatorString
[]
=
"/"
;
const
char
kCurrentDirectoryString
[]
=
"./"
;
#endif // GTEST_OS_WINDOWS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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