Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
smatch
check_free-declare-is_percent_p_print-before-us...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File check_free-declare-is_percent_p_print-before-use.patch of Package smatch
From: Jiri Slaby <jslaby@suse.cz> Date: Mon, 9 May 2022 10:51:08 +0200 Subject: check_free: declare is_percent_p_print before use Patch-mainline: no References: warnings fix Signed-off-by: Jiri Slaby <jslaby@suse.cz> --- check_free.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_free.c b/check_free.c index ec3202ab..20fbc44f 100644 --- a/check_free.c +++ b/check_free.c @@ -52,6 +52,8 @@ static int is_freed(struct expression *expr) return 0; } +bool is_percent_p_print(struct expression *expr); + static void match_symbol(struct expression *expr) { struct expression *parent; -- 2.34.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