Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 07:07:46 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Yuri Victorovich <yuri@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r491992 - in head/audio: . nekobi-lv2 nekobi-lv2/files
Message-ID:  <alpine.LSU.2.21.1902030052310.6679@anthias.pfeifer.com>
In-Reply-To: <201902022130.x12LUnNi064617@repo.freebsd.org>
References:  <201902022130.x12LUnNi064617@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1902030052310.6679>