mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
Fixed -Wretrun-type warning in Highgui.
This commit is contained in:
@@ -1115,9 +1115,9 @@ const std::string cv::currentUIFramework()
|
||||
return std::string("COCOA");
|
||||
#elif defined (HAVE_WAYLAND)
|
||||
return std::string("WAYLAND");
|
||||
#else
|
||||
return std::string();
|
||||
#endif
|
||||
|
||||
return std::string();
|
||||
}
|
||||
|
||||
// Without OpenGL
|
||||
|
||||
Reference in New Issue
Block a user