]> git.ipfire.org Git - thirdparty/openssl.git/commit
.travis.yml: change -std=c89 to -ansi
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Feb 2019 08:34:00 +0000 (09:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Feb 2019 17:49:43 +0000 (18:49 +0100)
commit874f785988c17991051d36a0407a87b36c463a94
tree7ce836de0ab12e635264c9b36bddbcd932c34a8e
parente373c70a3e535b560f6b6bade914a724aa975c55
.travis.yml: change -std=c89 to -ansi

For C, -ansi is equivalent to -std=c90
For C++, -ansi is equivalent to -std=c++98

We also place -ansi in CPPFLAGS instead of the usual command line config,
to avoid getting it when linking (clang complains)

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8325)
.travis.yml