A minor change to avoid a compiler warning from gcc with -Wall is on.

This commit is contained in:
Davis King 2014-08-21 19:29:27 -04:00
parent adc4d68250
commit 5de8793283
1 changed files with 1 additions and 0 deletions

View File

@ -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)