Commit 2f7898dc authored by Davis King's avatar Davis King

fixed missing return

parent 3b75b335
...@@ -141,7 +141,7 @@ namespace dlib ...@@ -141,7 +141,7 @@ namespace dlib
){} ){}
inline int get_device ( inline int get_device (
){} ){ return 0; }
#endif // DLIB_USE_CUDA #endif // DLIB_USE_CUDA
......
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