Re: fuse_opt.h and clang 6

2018-04-07 Thread Todd C. Miller
On Sat, 07 Apr 2018 21:33:24 +0200, Jeremie Courreges-Anglas wrote: > At least ports/archivers/fuse-zip fails to build with clang 6, because > of stricter diagnostics: > > -->8-- > c++ -c -O2 -pipe-I/usr/local/include main.cpp \ > -Ilib \ > -o main.o > main.cpp:138:5: error: constant

fuse_opt.h and clang 6

2018-04-07 Thread Jeremie Courreges-Anglas
At least ports/archivers/fuse-zip fails to build with clang 6, because of stricter diagnostics: -->8-- c++ -c -O2 -pipe-I/usr/local/include main.cpp \ -Ilib \ -o main.o main.cpp:138:5: error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned long'