Commit 5de87932 authored by Davis King's avatar Davis King

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

parent adc4d682
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment