Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f9b7ad9a
"...model_executor/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "e86717833da1216222cf0d490c2e3ba198610b13"
Commit
f9b7ad9a
authored
Mar 03, 2019
by
Davis King
Browse files
Fixed compiler warnings in gcc 8
parent
5d03b99a
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/compress_stream.cpp
dlib/test/compress_stream.cpp
+1
-1
No files found.
dlib/test/compress_stream.cpp
View file @
f9b7ad9a
...
@@ -75,7 +75,7 @@ namespace
...
@@ -75,7 +75,7 @@ namespace
bool
detected_error
=
false
;
bool
detected_error
=
false
;
try
{
try
{
test
.
decompress
(
sin
,
sout
);
test
.
decompress
(
sin
,
sout
);
}
catch
(
typename
cs
::
decompression_error
e
)
}
catch
(
typename
cs
::
decompression_error
&
e
)
{
{
detected_error
=
true
;
detected_error
=
true
;
++
count
;
++
count
;
...
...
Prev
1
2
Next
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