1
0
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:
Alexander Smorkalov
2025-10-13 10:35:00 +03:00
parent 514d362ad8
commit 029c081719
+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