using appveyor-retry

This commit is contained in:
Alden Torres 2016-08-16 00:18:39 -04:00
parent 7a2b21407c
commit 253ae93df1
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ build_script:
test_script: test_script:
- cd %ROOT_DIRECTORY%\test - 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 - cd %ROOT_DIRECTORY%\bindings\python
# we use 64 bit python build # we use 64 bit python build

View File

@ -259,7 +259,7 @@ namespace libtorrent
// ``optimistic_unchoke_feature`` in the return value from implemented_features(). // ``optimistic_unchoke_feature`` in the return value from implemented_features().
// If multiple plugins implement this function the lowest return value // If multiple plugins implement this function the lowest return value
// (i.e. the highest priority) is used. // (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(); } { return std::numeric_limits<uint64_t>::max(); }
// called when saving settings state // called when saving settings state