mirror of https://github.com/davisking/dlib.git
A minor change to avoid a compiler warning from gcc with -Wall is on.
This commit is contained in:
parent
adc4d68250
commit
5de8793283
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue