Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:7929
qemu-testsuite.openSUSE_Leap_42.3_Update
ipxe-mucurses-Fix-erroneous-__nonnull-attribute...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ipxe-mucurses-Fix-erroneous-__nonnull-attribute.patch of Package qemu-testsuite.openSUSE_Leap_42.3_Update
From 28e26dd2503e6006fabb26f8c33050ba93a99623 Mon Sep 17 00:00:00 2001 From: Michael Brown <mcb30@ipxe.org> Date: Wed, 29 Mar 2017 10:35:05 +0300 Subject: [PATCH] [mucurses] Fix erroneous __nonnull attribute Signed-off-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Bruce Rogers <brogers@suse.com> --- src/include/curses.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/curses.h b/src/include/curses.h index 04060fe2..1f6fe029 100644 --- a/src/include/curses.h +++ b/src/include/curses.h @@ -443,7 +443,8 @@ extern int wborder ( WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype, extern int wclrtobot ( WINDOW * ) __nonnull; extern int wclrtoeol ( WINDOW * ) __nonnull; extern void wcursyncup ( WINDOW * ); -extern int wcolour_set ( WINDOW *, short, void * ) __nonnull; +extern int wcolour_set ( WINDOW *, short, void * ) + __attribute__ (( nonnull (1))); #define wcolor_set(w,s,v) wcolour_set((w),(s),(v)) extern int wdelch ( WINDOW * ) __nonnull; extern int wdeleteln ( WINDOW * ) __nonnull; -- 2.12.2
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