diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index 3dac7086cb4..cd4901b3d4f 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -2574,7 +2574,7 @@ xbm_image_p (Lisp_Object object) | |||
| 2574 | static int | 2574 | static int |
| 2575 | xbm_scan (char **s, char *end, char *sval, int *ival) | 2575 | xbm_scan (char **s, char *end, char *sval, int *ival) |
| 2576 | { | 2576 | { |
| 2577 | unsigned char c; | 2577 | unsigned char c UNINIT; |
| 2578 | 2578 | ||
| 2579 | loop: | 2579 | loop: |
| 2580 | 2580 | ||
| @@ -7839,7 +7839,7 @@ gif_load (struct frame *f, struct image *img) | |||
| 7839 | init_color_table (); | 7839 | init_color_table (); |
| 7840 | 7840 | ||
| 7841 | #ifndef USE_CAIRO | 7841 | #ifndef USE_CAIRO |
| 7842 | unsigned long bgcolor; | 7842 | unsigned long bgcolor UNINIT; |
| 7843 | if (STRINGP (specified_bg)) | 7843 | if (STRINGP (specified_bg)) |
| 7844 | bgcolor = x_alloc_image_color (f, img, specified_bg, | 7844 | bgcolor = x_alloc_image_color (f, img, specified_bg, |
| 7845 | FRAME_BACKGROUND_PIXEL (f)); | 7845 | FRAME_BACKGROUND_PIXEL (f)); |