Bug 2180106

Summary: ocaml-newt: Add missing value return types in newt_int_stubs_by_hand.c
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: ocaml-newtAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: rjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ocaml-newt-0.9-72.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-20 18:05:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    
Attachments:
Description Flags
ocaml-newt-c99.patch none

Description Florian Weimer 2023-03-20 17:53:42 UTC
Created attachment 1952137 [details]
ocaml-newt-c99.patch

Two functions miss the required value return type in the newt_int_stubs_by_hand.c file.  For newt_stubs_newtComponentAddCallback (returning unit), that is probably inconsequential, but for newt_stubs_newtComponentAddress (returning int64), it looks like a real bug.

Filing this here because there's no separate upstream (bug tracker).