Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
complexity
complexity-1.10-avoid-random-return-in-nonvoid-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File complexity-1.10-avoid-random-return-in-nonvoid-function.patch of Package complexity
From: Andreas Stieger <astieger@suse.com> Date: Fri, 03 Nov 2017 20:12:29 +0000 Subject: fix missing return in nonvoid function Index: complexity-1.10/src/score.c =================================================================== --- complexity-1.10.orig/src/score.c +++ complexity-1.10/src/score.c @@ -245,6 +245,7 @@ fiddle_subexpr_score(subexpr_seen_t * se default: CX_ASSERT(which == 0); + return NULL; } }
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