diff options
author | teor <teor@torproject.org> | 2019-12-03 12:47:02 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-03 12:47:02 +1000 |
commit | df9a1f313799403b813c5645bf5554ee16233517 (patch) | |
tree | c41847db7cf27b530f6d7f0b7bf833fd6fb2f4b0 /changes | |
parent | 189287e7bc3c4cb5080c4b6c177121c6e69569f3 (diff) | |
parent | 3207a8e5c21de7d49d7e1c854bf6c0dba23d84a1 (diff) | |
download | tor-df9a1f313799403b813c5645bf5554ee16233517.tar.gz tor-df9a1f313799403b813c5645bf5554ee16233517.zip |
Merge branch 'maint-0.4.2' into release-0.4.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32500 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket32500 b/changes/ticket32500 new file mode 100644 index 0000000000..2c0f35df72 --- /dev/null +++ b/changes/ticket32500 @@ -0,0 +1,5 @@ + o Testing: + - Require C99 standards-conforming code in Travis CI, but allow GNU gcc + extensions. Also activates clang's -Wtypedef-redefinition warnings. + Build some jobs with -std=gnu99, and some jobs without. + Closes ticket 32500. |