Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
adios.28369
adios-correct-func-ret.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File adios-correct-func-ret.patch of Package adios.28369
From: Ana Guerrero Lopez <aguerrero@suse.com> Date: Mon Oct 7 11:47:15 +0200 Subject: make sure the function returns something Upstream: no diff -Nrua adios-1.13.1.orig/src/core/adiosf.c adios-1.13.1/src/core/adiosf.c --- adios-1.13.1.orig/src/core/adiosf.c +++ adios-1.13.1/src/core/adiosf.c 2019-10-07 11:30:44.886522751 +0200 @@ -548,6 +548,8 @@ adios_common_set_time_aggregation(g, bufsize, sg); } *err = adios_errno; + + return 0; } /////////////////////////////////////////////////////////////////////////////// diff -Nrua adios-1.13.1.orig/tests/C/flexpath_tests/two_streams/writer.c adios-1.13.1/tests/C/flexpath_tests/two_streams/writer.c --- adios-1.13.1.orig/tests/C/flexpath_tests/two_streams/writer.c +++ adios-1.13.1/tests/C/flexpath_tests/two_streams/writer.c @@ -87,6 +87,7 @@ adios_close(adios_handle); + return 0; } int main(int argc, char ** argv)
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