diff options
author | Andy Polyakov <appro@openssl.org> | 2018-07-19 12:30:26 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-07-20 13:38:39 +0200 |
commit | d1e19404ceab92084eeab9e9f319009fbd9e1002 (patch) | |
tree | ae3ab08312a641162f481f2eb765f2132b5362c1 /.travis.yml | |
parent | Validate legacy_version (diff) | |
download | openssl-d1e19404ceab92084eeab9e9f319009fbd9e1002.tar.xz openssl-d1e19404ceab92084eeab9e9f319009fbd9e1002.zip |
.travis.yml: exercise -std=c89 in order to catch corresponding problems.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/6745)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 34ccf809d4..51fd563377 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ compiler: env: - CONFIG_OPTS="" DESTDIR="_install" - CONFIG_OPTS="no-asm -Werror --debug no-afalgeng no-shared enable-crypto-mdebug enable-rc5 enable-md2" - - CONFIG_OPTS="no-asm no-makedepend --strict-warnings" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" + - CONFIG_OPTS="no-asm no-makedepend --strict-warnings -std=c89 -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" matrix: include: |