Bug 2190307

Summary: libcuefile: Fix C99 compatibility issue
Product: [Fedora] Fedora Reporter: DJ Delorie <dj>
Component: libcuefileAssignee: Yaakov Selkowitz <yselkowi>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, yselkowi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: libcuefile-0-0.2.20110810svn475.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-04-27 21:40:31 UTC Type: ---
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
Patch to add C99 prototype none

Description DJ Delorie 2023-04-27 21:22:54 UTC
One *.c files needs a prototype for C99 compatibility, to avoid an implicitly defined function.

Filing this here for tracking purposes because I couldn't figure out how to create an account in the upstream bug tracker.

Reproducible: Always

Comment 1 DJ Delorie 2023-04-27 21:23:50 UTC
Created attachment 1960555 [details]
Patch to add C99 prototype