summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-02-05 17:12:52 +0000
committerAlexander Færøy <ahf@torproject.org>2021-02-05 17:12:52 +0000
commitaf9107aff2a76d390426079b2d267269e7215027 (patch)
treed5b77b4b0c1b24c1b66d3b7bb8dcad36003cd170 /scripts
parent6578a3e8659f84152162b643acafacf43487a4a1 (diff)
downloadtor-af9107aff2a76d390426079b2d267269e7215027.tar.gz
tor-af9107aff2a76d390426079b2d267269e7215027.zip
Fix Windows build.
While trying to resolve our CI issues, the Windows build broke with an unused function error: src/test/test_switch_id.c:37:1: error: ‘unprivileged_port_range_start’ defined but not used [-Werror=unused-function] We solve this by moving the `#if !defined(_WIN32)` test above the `unprivileged_port_range_start()` function defintion such that it is included in its body. This is an unreviewed commit. See: tor#40275
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions