]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Change --enable-pedantic to use -std=c99 and not -ansi (C90).
authorGert Doering <gert@greenie.muc.de>
Thu, 9 Jun 2016 13:00:32 +0000 (15:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 9 Jun 2016 13:07:34 +0000 (15:07 +0200)
commitd16072cf17ce8debcf796565841a54f1253a9923
tree5b43d76254deafdfc8821fbbd8467d7ca4182706
parent46e4b6639a950c56a08261b6610e7fe17404213d
Change --enable-pedantic to use -std=c99 and not -ansi (C90).

There's quite a bit of our code that fails compilation with
"gcc -pedantic -ansi" and should not be changed - like, LZ4 using
"long long" variables which C90 does not have.  Be pragmatic.

trac #616

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1465477232-25826-1-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11882
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac