diff options
author | teor <teor@torproject.org> | 2019-12-03 12:45:41 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-03 12:45:41 +1000 |
commit | 145ff92d9298ff2e9913b591a91a76ea0846f361 (patch) | |
tree | 060fe2fbe0e7fa906f9dc4709868323c2aefd3eb /changes | |
parent | 501b5174d84a121fe5932433e54b2929a5c2876d (diff) | |
parent | 792c15fde24a7ae35085d086b66da4f3d867ea4e (diff) | |
download | tor-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/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. |