-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently, you have cppnetlib @ cef6472 as a subproject of ZeroEQ.
That version of cppnetlib contains this libs/network/src/uri/schemes.cpp file:
https://github.com/cpp-netlib/cpp-netlib/blob/cef6472065a3d964b765681f5988e28866c26d74/libs/network/src/uri/schemes.cpp
But that file has two "defined but not used" warnings at lines 47 and 48, that prevent ZeroEQ to be compiled with the option -Werror=unused-variable, or any project that uses ZeroEQ as dependency.
I know that you are not responsible for this warnings, but could you please consider to upgrade the version of cppnetlib you are using?
Metadata
Metadata
Assignees
Labels
No labels