mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Travis: use -std=gnu99 in some jobs
Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Builds some jobs with -std=gnu99, and some jobs without. Closes ticket 32500.
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user