commit 37d1ee554da5db5a4e13ecdac3cc91e07656f27d Author: Nick Mathewson nickm@torproject.org Date: Thu Dec 5 13:27:46 2019 -0500
Remove changes files that are scheduled for inclusion in 0.4.2.5 --- changes/ticket32500 | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/changes/ticket32500 b/changes/ticket32500 deleted file mode 100644 index 2c0f35df7..000000000 --- a/changes/ticket32500 +++ /dev/null @@ -1,5 +0,0 @@ - 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.