- narrowing-conversion.patch: fix narrowing conversion errors OBS-URL: https://build.opensuse.org/request/show/418683 OBS-URL: https://build.opensuse.org/package/show/graphics/ufraw?expand=0&rev=43
14 lines
459 B
Diff
14 lines
459 B
Diff
Index: ufraw-0.22/dcraw.cc
|
|
===================================================================
|
|
--- ufraw-0.22.orig/dcraw.cc
|
|
+++ ufraw-0.22/dcraw.cc
|
|
@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw()
|
|
|
|
void CLASS kodak_radc_load_raw()
|
|
{
|
|
- static const char src[] = {
|
|
+ static const signed char src[] = {
|
|
1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
|
|
1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8,
|
|
2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8,
|