mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
792c15fde2
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.
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
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.
|