Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
libmicro
removed_undefined_warning.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File removed_undefined_warning.patch of Package libmicro
Index: malloc.c =================================================================== --- malloc.c.orig +++ malloc.c @@ -77,7 +77,7 @@ benchmark_optswitch(int opt, char *optar break; case 's': opts[optscnt] = sizetoint(optarg); - optscnt = ++optscnt & (31); + optscnt = (optscnt + 1) & (31); break; default: return (-1);
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