package/urg: fix build with gcc-6
authorSamuel Martin <s.martin49@gmail.com>
Mon, 12 Sep 2016 19:23:23 +0000 (21:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Oct 2016 10:23:39 +0000 (12:23 +0200)
commit39278f17d6d9d45a7570882b206f840ade8358ae
tree124299041d727a0a364add1cb943871cf16edf83
parenta23723d4c7014402c72efc36edee3913c937736b
package/urg: fix build with gcc-6

Add patch fixing/adding explicit cast on negative value in char[], which
is required with gcc-6 (see "Narrowing conversions" paragraph in [1])

Fixes:
  http://autobuild.buildroot.net/results/d0c/d0cd11163753db69a14c02e941dbda40e5f98bba/

[1] https://gcc.gnu.org/gcc-6/porting_to.html

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/urg/0002-urg-gcc6-fix-narrowing-conversion.patch [new file with mode: 0644]