New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/46838#issuecomment-1796369606 Comment: `nufraw` cross builds fail with a bunch of errors of this form: ``` dcraw.cc:2318:26: error: narrowing conversion of '-39' from 'int' to 'char' [-Wnarrowing] 2318 | 2,-26, 2,-13, 2,1, 3,-39, 4,16, 5,-55, 6,-76, 6,37 ``` Not sure how to fix them.