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
5de87932
Commit
5de87932
authored
Aug 21, 2014
by
Davis King
Browse files
A minor change to avoid a compiler warning from gcc with -Wall is on.
parent
adc4d682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/image_loader/load_image.h
dlib/image_loader/load_image.h
+1
-0
No files found.
dlib/image_loader/load_image.h
View file @
5de87932
...
...
@@ -66,6 +66,7 @@ namespace dlib
#ifdef DLIB_JPEG_SUPPORT
case
image_file_type
::
JPG
:
load_jpeg
(
image
,
file_name
);
return
;
#endif
default:
;
}
if
(
im_type
==
image_file_type
::
JPG
)
...
...
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