GCC needs -Wno-narrowing:
src/isosurface-extraction/grid.cpp:309:53: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
While here also add USES=gl.
PR: 239312
Differential D21143
graphics/dilay: fix build with GCC-based architectures pkubaj on Aug 2 2019, 10:13 PM. Authored by Tags None Referenced Files
Subscribers None
Details GCC needs -Wno-narrowing: While here also add USES=gl. PR: 239312
Diff Detail
|