Bug 2180106 - ocaml-newt: Add missing value return types in newt_int_stubs_by_hand.c
Summary: ocaml-newt: Add missing value return types in newt_int_stubs_by_hand.c
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ocaml-newt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2023-03-20 17:53 UTC by Florian Weimer
Modified: 2023-03-20 18:05 UTC (History)
1 user (show)

Fixed In Version: ocaml-newt-0.9-72.fc39
Clone Of:
Environment:
Last Closed: 2023-03-20 18:05:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
ocaml-newt-c99.patch (612 bytes, patch)
2023-03-20 17:53 UTC, Florian Weimer
no flags Details | Diff

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).


Note You need to log in before you can comment on or make changes to this bug.