mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
build: fix/eliminate MSVC warnings
This commit is contained in:
@@ -41,7 +41,6 @@ namespace onevpl {
|
||||
std::shared_ptr<IDeviceSelector> getDefaultDeviceSelector(const std::vector<CfgParam>&) {
|
||||
std::cerr << "Cannot utilize getDefaultVPLDeviceAndCtx without HAVE_ONEVPL enabled" << std::endl;
|
||||
util::throw_error(std::logic_error("Cannot utilize getDefaultVPLDeviceAndCtx without HAVE_ONEVPL enabled"));
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace onevpl
|
||||
|
||||
Reference in New Issue
Block a user