mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
Enables -Wall and -Werror in CIs (#254)
Removed warnings in: * bench/echo_server_client.cpp (parameter shadowing) * include/boost/redis/adapter/detail/adapters.hpp (unused parameter) * include/boost/redis/connection.hpp (unused parameter) * include/boost/redis/resp3/impl/parser.ipp (signed to unsigned conversion) * test/test_conversions.cpp (signed to unsigned comparison) * test/test_issue_50.cpp (superfluous move) * test/test_low_level_sync_sans_io.cpp (signed to unsigned comparison)
This commit is contained in:
committed by
GitHub
parent
c1c50e3e24
commit
e8b13bd7a0
@@ -295,6 +295,8 @@ def _run_b2_tests(
|
||||
'toolset={}'.format(toolset),
|
||||
'cxxstd={}'.format(cxxstd),
|
||||
'variant={}'.format(variant),
|
||||
'warnings=extra',
|
||||
'warnings-as-errors=on',
|
||||
'-j4',
|
||||
'libs/redis/test'
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user