Bug 2154541

Summary: alienarena: Fix C99 compatibility issue
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: alienarenaAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chwilk, spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: alienarena-7.71.2-7.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-17 16:45:32 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
alienarena-c99.patch none

Description Florian Weimer 2022-12-17 16:00:22 UTC
Created attachment 1933259 [details]
alienarena-c99.patch

Cvar_SetValue is called from source/game/g_unlagged.c, but it does not include source/qcommon/qcommon.h. This is results in an implicit function declaration, a C99 compatibility issue.

I couldn't figure out how to report this upstream, so I'm filing this here for tracking purposes. I believe the issue is still present upstream at r5685.