Bug 2149217

Summary: centerim: Fix C99 compatibility issues
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: centerimAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andreas.bierfert, lkundrak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: centerim-4.22.10-39.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-29 09:13:19 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
centerim-c99.patch
none
centerim-c99.patch none

Description Florian Weimer 2022-11-29 08:59:04 UTC
Created attachment 1928216 [details]
centerim-c99.patch

The upstream website has … changed, so it's not clear where to report this. Filing a bug here for tracking purposes. For now, just a few #include directives are needed to get things building in stricter C99 mode.

Comment 1 Florian Weimer 2023-11-22 13:59:22 UTC
Created attachment 2000892 [details]
centerim-c99.patch

Updated patch with -Wreturn-mismatch fixes.