| 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 | ||
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). |
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.