pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53412 (abiword-plugins build fails on NetBSD-current/i386)
The following reply was made to PR pkg/53412; it has been noted by GNATS.
From: maya%netbsd.org@localhost
To: gnats-bugs%netbsd.org@localhost, jdbaker%mylinuxisp.com@localhost
Cc: 
Subject: Re: pkg/53412 (abiword-plugins build fails on NetBSD-current/i386)
Date: Sat, 30 Jun 2018 17:07:05 +0000
 to clarify a reduced version is
 
 ~> cat test.cxx
 unsigned int i = { -1 };
 
 ~> g++ -std=c++11 test.cxx -c
 test.cxx:1:23: error: narrowing conversion of â??-1â?? from â??intâ?? to â??unsigned intâ?? inside { } [-Wnarrowing]
  unsigned int i = { -1 };
 
Home |
Main Index |
Thread Index |
Old Index