You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/vcpkg/commands.xvsinstances.cpp:31:16: error: left operand of comma operator has no effect [-Werror=unused-value]
31 | (void)(args, paths);
| ^~~~
cc1plus: all warnings being treated as errors
Environment
OS: Ubuntu 20.04
Compiler: gcc 9.3
To Reproduce
Steps to reproduce the behavior:
cmake -B build -G Ninja
cmake --build build
Expected behavior
No error
The text was updated successfully, but these errors were encountered:
linquize
changed the title
vcpkg broken build since 5e164e3dd2b9fbbd68782f4c3c73242918b3c688
vcpkg broken build due to unused variable syntax
Aug 23, 2020
Describe the bug
vcpkg broken build since 5e164e3
../src/vcpkg/commands.xvsinstances.cpp:31:16: error: left operand of comma operator has no effect [-Werror=unused-value]
31 | (void)(args, paths);
| ^~~~
cc1plus: all warnings being treated as errors
Environment
To Reproduce
Steps to reproduce the behavior:
cmake -B build -G Ninja
cmake --build build
Expected behavior
No error
The text was updated successfully, but these errors were encountered: