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 1284

Summary: SDL doesn't use -Wall in build options...
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   

Description Ryan C. Gordon 2011-08-23 00:07:10 UTC
...so we've got a couple of unused variables, etc, that we aren't warned about. Nothing too serious, but we aren't catching these by default.

This is true in the 1.2 and 1.3 branches.

--ryan.
Comment 1 Ryan C. Gordon 2011-10-11 19:08:47 UTC
Fixed in hg changeset 081c94f2c04a for the 1.2 branch and 516c5c4e7bea for the 1.3 branch.

--ryan.