diff options
author | Rob Clark <[email protected]> | 2016-02-16 12:50:27 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-02-18 17:10:55 -0500 |
commit | bba836ea6a9674ec3459fb66a540ac697c827031 (patch) | |
tree | 9b20b8b6bf3ad68b6bb1c94b2fcdf67fd808d25e /src/gallium/Android.common.mk | |
parent | 7d5372bfe84ec36f0aee93b46cb4c23f4c8f9e0f (diff) |
gallium/hud: fix new gcc6 warnings
src/gallium/auxiliary/hud/font.c:234:22: warning: ‘Fixed8x13_Character_159’ defined but not used [-Wunused-const-variable]
static const GLubyte Fixed8x13_Character_159[] = { 9, 0, 0, 0, 0, 0, 0,170, 0, 0, 0,130, 0, 0, 0,130, 0, 0, 0,130, 0, 0, 0,170, 0, 0, 0, 0, 0};
^~~~~~~~~~~~~~~~~~~~~~~
.... many more..
These are simply unused, just #if 0 them out for now, in case someone
wants to use them in the future.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/Android.common.mk')
0 files changed, 0 insertions, 0 deletions