[vcpkg] Warning (as error) when building vcpgk/toolsrc with clang++ 10 or g++ 9.3 #15148
Labels
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Describe the bug
There are 3 warnings that prevent the compilation since
-Werror
is enabled. I'll paste the log below.Environment
clang version 10.0.0-4ubuntu1
andg++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
To Reproduce
cd toolsrc
mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja ..
cmake --build .
Expected behavior
I expected the compilation to succeed.
Failure logs
First warning:
Second warning:
Third warning :
Additional context
I fixed the issues and I'll make a PR in a few seconds.
The text was updated successfully, but these errors were encountered: