using appveyor-retry
This commit is contained in:
parent
7a2b21407c
commit
253ae93df1
|
@ -99,7 +99,7 @@ build_script:
|
|||
|
||||
test_script:
|
||||
- cd %ROOT_DIRECTORY%\test
|
||||
- b2.exe -l400 --hash warnings-as-errors=on -j2 %compiler% address-model=%model% debug-iterators=on picker-debugging=on invariant-checks=full variant=%variant% %linkflags% %include% link=shared ssl=%ssl% crypto=%crypto% win-tests
|
||||
- appveyor-retry b2.exe -l400 --hash warnings-as-errors=on -j2 %compiler% address-model=%model% debug-iterators=on picker-debugging=on invariant-checks=full variant=%variant% %linkflags% %include% link=shared ssl=%ssl% crypto=%crypto% win-tests
|
||||
|
||||
- cd %ROOT_DIRECTORY%\bindings\python
|
||||
# we use 64 bit python build
|
||||
|
|
|
@ -259,7 +259,7 @@ namespace libtorrent
|
|||
// ``optimistic_unchoke_feature`` in the return value from implemented_features().
|
||||
// If multiple plugins implement this function the lowest return value
|
||||
// (i.e. the highest priority) is used.
|
||||
virtual uint64_t get_unchoke_priority(peer_connection_handle /* peer */)
|
||||
virtual uint64_t get_unchoke_priority(peer_connection_handle const& /* peer */)
|
||||
{ return std::numeric_limits<uint64_t>::max(); }
|
||||
|
||||
// called when saving settings state
|
||||
|
|
Loading…
Reference in New Issue