Merge branch 'maint-0.4.0' into maint-0.4.1

This commit is contained in:
teor
2019-12-03 12:46:50 +10:00
2 changed files with 14 additions and 5 deletions
+5
View File
@@ -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.