1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

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
+2 -2
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