diff options
Diffstat (limited to 'changes/warn-unsigned-time_t')
-rw-r--r-- | changes/warn-unsigned-time_t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/warn-unsigned-time_t b/changes/warn-unsigned-time_t new file mode 100644 index 0000000000..5f0c36d099 --- /dev/null +++ b/changes/warn-unsigned-time_t @@ -0,0 +1,5 @@ + o Build improvements: + - Warn if building on a platform with an unsigned time_t: there + are too many places where Tor currently assumes that time_t can + hold negative values. We'd like to fix them all, but probably + some will remain. |