Go to file
Changqing Li 8099332416 gd: fix compile error caused by -Werror=maybe-uninitialized
When enable DEBUG_BUILD, gd compile failed with error:

| ../../git/src/gd_tiff.c:961:64: error: 'image_type' may be used uninitialized in this function [-Werror=maybe-uninitialized]
|           (image_type == GD_PALETTE || image_type == GD_INDEXED || image_type == GD_GRAY)) {
|           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~

actually, this warning is misinformation, we can see the logic from:
https://github.com/libgd/libgd/blob/master/src/gd_tiff.c
image_type will be assigned no matter force_rgba is TRUE/FALSE.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09 18:09:00 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-demo/recipes-devtools/python python-flask-socketio 2019-04-06 08:22:22 -07:00
meta-filesystems layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-gnome gvfs: remove executable permission from systemd user services 2019-04-09 18:09:00 -07:00
meta-initramfs dracut: fix udevdir not found 2019-04-06 08:22:22 -07:00
meta-multimedia ncmpc: Rename artist_screen to library_screen 2019-04-06 08:22:48 -07:00
meta-networking drbd: update to 9.0.17-1 2019-04-09 18:09:00 -07:00
meta-oe gd: fix compile error caused by -Werror=maybe-uninitialized 2019-04-09 18:09:00 -07:00
meta-perl layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-python python-cryptography: Bump from 2.4.1 to 2.6.1 2019-04-06 08:22:22 -07:00
meta-webserver layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-xfce xfce4-screenshooter: upgrade 1.9.4 -> 1.9.5 2019-04-06 08:22:22 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories