Bug 4014 - Mark functions static in code/renderer/
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: unspecified
Hardware: PC Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2009-03-13 21:10 EDT by Matt Turner
Modified: 2009-05-02 14:03:14 EDT
1 user (show)

See Also:


Attachments
Mark functions as static in code/renderer/ (3.19 KB, patch)
2009-03-13 21:10 EDT, Matt Turner

Description Matt Turner 2009-03-13 21:10:16 EDT
Created attachment 2016 [details]
Mark functions as static in code/renderer/

Attached patch marks lots of functions unused outside their source file as static, thus allowing the compiler to make better decisions.
Comment 1 Ludwig Nussel 2009-05-02 14:03:14 EDT
applied, thanks