diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-07 14:58:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-07 15:05:38 -0400 |
commit | 3e08dd9df1142b66e5f53a55d7e4c2803c3f9868 (patch) | |
tree | 5c57f48984c496242293a7ae8f4b7c5b378c5831 /changes/bug40028 | |
parent | d9cc2b2928eab045f89d0abf95a9e5c75e290ff8 (diff) | |
download | tor-3e08dd9df1142b66e5f53a55d7e4c2803c3f9868.tar.gz tor-3e08dd9df1142b66e5f53a55d7e4c2803c3f9868.zip |
Resolve a compiler warning from a 32-bit signed/unsigned comparison
This warning only affects platforms (like win32) with 32-bit time_t.
Fixes bug 40028; bugfix on 0.3.2.8-rc.
Diffstat (limited to 'changes/bug40028')
-rw-r--r-- | changes/bug40028 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug40028 b/changes/bug40028 new file mode 100644 index 0000000000..cfd1ffe516 --- /dev/null +++ b/changes/bug40028 @@ -0,0 +1,3 @@ + o Minor bugfixes (compiler warnings): + - Fix a compiler warning on platforms with 32-bit time_t values. + Fixes bug 40028; bugfix on 0.3.2.8-rc. |