mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 00:19:46 +01:00
Merge pull request #27893 from asmorkalov:as/no_return_fix
Fixed -Wretrun-type warning in Highgui
This commit is contained in:
commit
24640ec65f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user