Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
libva
libva-fix-rpmlint-error-no-return-in-non-void.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libva-fix-rpmlint-error-no-return-in-non-void.patch of Package libva
diff --git a/test/v4l_h264/decode/TCPSocketServer.cpp b/test/v4l_h264/decode/TCPSocketServer.cpp index ad33d77..287bf27 100644 --- a/test/v4l_h264/decode/TCPSocketServer.cpp +++ b/test/v4l_h264/decode/TCPSocketServer.cpp @@ -150,7 +150,7 @@ ssize_t TCPSocketServer::send(const void *buffer, const int &bufferLen) throw (s ssize_t TCPSocketServer::send(const string &message) throw (std::runtime_error) { - send(message.c_str(), message.length()); + return send(message.c_str(), message.length()); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor