svn commit: r491992 - in head/audio: . nekobi-lv2 nekobi-lv2/files
Gerald Pfeifer
gerald at pfeifer.com
Sun Feb 3 06:07:56 UTC 2019
On Sat, 2 Feb 2019, Yuri Victorovich wrote:
> Author: yuri
> Date: Sat Feb 2 21:30:48 2019
> New Revision: 491992
> URL: https://svnweb.freebsd.org/changeset/ports/491992
> +USE_GCC= any # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
Indeed clang issues an error, not a warning like GCC, but seeing
-Wc++11-narrowing in the message
../../dpf/distrho/src/DistrhoUIDSSI.cpp:197:13: error:
non-constant-expression cannot be narrowed from type 'int' to 'uint8_t' (aka 'unsigned char') in initializer list
[-Wc++11-narrowing]
could this perhaps be disabled via -Wnoc++11-narrowing (to CFLAGS)?
Forcing GCC always feels a little...extreme.
Gerald
More information about the svn-ports-all
mailing list