We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 593

Summary: Mark functions without external definitions as static [PATCH]
Product: SDL_image Reporter: Matt Turner <mattst88>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Linux   
Attachments: patch to mark said functions static

Description Matt Turner 2008-06-06 11:48:45 UTC
Quite a few functions in SDL_image can be marked as static, AFAICS. Such functions are IMG_Init* and IMG_Quit* functions.
Comment 1 Matt Turner 2008-06-06 11:49:16 UTC
Created attachment 255 [details]
patch to mark said functions static
Comment 2 Matt Turner 2008-08-01 19:06:11 UTC
Uhh, any reason this hasn't been applied yet? It's a simple patch.
Comment 3 Sam Lantinga 2009-09-26 01:54:32 UTC
Nope, this has been applied for the next release.

Thanks!