diff options
author | Johannes Obermayr <[email protected]> | 2012-03-05 19:37:39 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-07 20:33:37 +0200 |
commit | a50d695ac20d894278b8e4bc1e0e8a159cd08a1d (patch) | |
tree | 444ff03ea30126117abf488a1f2d956d0c947f7c /src/gallium/state_trackers/xa | |
parent | 299c9052e832712654865af8dbd0ed4bf055d124 (diff) |
tgsi: Fix conflict with fortify printf redirect in glibc.
Fixes clang error:
tgsi/tgsi_dump.c:72:12: error: no member named '__printf_chk' in 'struct dump_ctx'
ctx->printf( ctx, "%u", e );
~~~ ^
/usr/include/bits/stdio2.h:109:3: note: expanded from macro 'printf'
__printf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
^
Idea stolen from:
http://www.mail-archive.com/[email protected]/msg210998.html
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/xa')
0 files changed, 0 insertions, 0 deletions