From: Andy Polyakov Date: Thu, 19 Jul 2018 10:30:26 +0000 (+0200) Subject: .travis.yml: exercise -std=c89 in order to catch corresponding problems. X-Git-Tag: OpenSSL_1_1_1-pre9~119 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1e19404ceab92084eeab9e9f319009fbd9e1002;p=oweals%2Fopenssl.git .travis.yml: exercise -std=c89 in order to catch corresponding problems. Reviewed-by: Rich Salz Reviewed-by: Kurt Roeckx (Merged from https://github.com/openssl/openssl/pull/6745) --- 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: