Merge pull request #27893 from asmorkalov:as/no_return_fix

Fixed -Wretrun-type warning in Highgui
This commit is contained in:
Alexander Smorkalov 2025-10-13 11:41:36 +03:00 committed by GitHub
commit 24640ec65f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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