aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-03 12:45:41 +1000
committerteor <teor@torproject.org>2019-12-03 12:45:41 +1000
commit145ff92d9298ff2e9913b591a91a76ea0846f361 (patch)
tree060fe2fbe0e7fa906f9dc4709868323c2aefd3eb /changes
parent501b5174d84a121fe5932433e54b2929a5c2876d (diff)
parent792c15fde24a7ae35085d086b66da4f3d867ea4e (diff)
downloadtor-145ff92d9298ff2e9913b591a91a76ea0846f361.tar.gz
tor-145ff92d9298ff2e9913b591a91a76ea0846f361.zip
Merge branch 'maint-0.2.9' into maint-0.3.5
Merge C_DIALECT_OPTIONS from ticket32500_029 with other configure options from maint-0.3.5.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket325005
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.