Bug 2154541 - alienarena: Fix C99 compatibility issue
Summary: alienarena: Fix C99 compatibility issue
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: alienarena
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: 2022-12-17 16:00 UTC by Florian Weimer
Modified: 2022-12-17 16:45 UTC (History)
2 users (show)

Fixed In Version: alienarena-7.71.2-7.fc38
Clone Of:
Environment:
Last Closed: 2022-12-17 16:45:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
alienarena-c99.patch (1.30 KB, patch)
2022-12-17 16:00 UTC, Florian Weimer
no flags Details | Diff

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.


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