K 10 svn:author V 7 linimon K 8 svn:date V 27 2019-02-04T11:52:13.239773Z K 7 svn:log V 354 When compiling this port with GCC, the following warning is treated as error: exprfilter_scanner.rl:114:1: warning: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing] Add -Wno-error=narrowing to CXXFLAGS on GCC-based architectures to fix the build. PR: 235349 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) END