"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "794f7e49a97103a436b6fe2990d15c79fcd97b03"
Commit 5de87932 authored by Davis King's avatar Davis King
Browse files

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

parent adc4d682
...@@ -66,6 +66,7 @@ namespace dlib ...@@ -66,6 +66,7 @@ namespace dlib
#ifdef DLIB_JPEG_SUPPORT #ifdef DLIB_JPEG_SUPPORT
case image_file_type::JPG: load_jpeg(image, file_name); return; case image_file_type::JPG: load_jpeg(image, file_name); return;
#endif #endif
default: ;
} }
if (im_type == image_file_type::JPG) 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