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 - Mark functions without external definitions as static [PATCH]
Summary: Mark functions without external definitions as static [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-06 11:48 UTC by Matt Turner
Modified: 2009-09-26 01:54 UTC (History)
0 users

See Also:


Attachments
patch to mark said functions static (5.98 KB, patch)
2008-06-06 11:49 UTC, Matt Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!