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 2592

Summary: [PATCH] Fix warnings in NaCl build
Product: SDL Reporter: Sam Clegg <sbc>
Component: *don't know*Assignee: Gabriel Jacobo <gabomdq>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: x86_64   
OS: Other   
Attachments: patch file

Description Sam Clegg 2014-06-18 18:32:53 UTC
Created attachment 1687 [details]
patch file

This is actually two different patches.  One fixes the warnings, the other cleans up the nacl build-scripts.

The patch was generated with 'git log -p' so it contains the CL descriptions.
Comment 1 Gabriel Jacobo 2014-06-20 14:51:43 UTC
Thanks! This is commited now. I discarded the naclbuild.sh changes because the script fails to build (the include paths gets modified in a way that SDL can't find the configure generated SDL_config.h first in the path). Feel free to re send that (try wiping the build directory clean for testing because sometimes it will appear to work but it's using an old binary to build).

Also, git patches are a pain in the ass for us :) (Or I'm not importing them correctly).