diff options
author | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2014-01-01 22:29:45 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2014-01-01 22:29:45 -0800 |
commit | e7086abb4576a777a4b0aff8553047077cdd08ce (patch) | |
tree | 09305e3690895169ccb79d7d49d1d27e109a96ad /AUTHORS | |
parent | 1e236565459d10c7ad85ebed285d2acfc4b15b69 (diff) |
Avoid shadow declarations
Bitmap.c:906:17: warning: declaration shadows a local variable [-Wshadow]
unsigned char *image_data;
^
Bitmap.c:799:11: note: previous declaration is here
char *image_data, *buffer_data;
^
Bitmap.c:907:8: warning: declaration shadows a local variable [-Wshadow]
char *buffer_data;
^
Bitmap.c:799:24: note: previous declaration is here
char *image_data, *buffer_data;
^
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions