Commit Graph

4 Commits

Author SHA1 Message Date
Harald Welte be5f2c7d81 update git URLs (git -> https)
Change-Id: I2fa27a3fd75db65f828153124dc4e4f5b9ea6780
2022-06-18 11:56:48 +02:00
Oliver Smith b07caaceba configure: don't turn some warnings into errors
Do not turn some compiler warnings into errors by default. This part was
copied from openbsc.git 34f012 ("Turn some compiler warnings into
errors"), where it was added before --enable-werror was available.

We build with --enable-werror during development and in CI. If the code
is built with a different compiler that throws additional warnings, it
should not stop the build.

Related: OS#5289
Change-Id: Ib5602017545d68f0fdb0b4df7ed3087a2cb1775c
2021-11-04 10:59:10 +01:00
Oliver Smith 91a98c0865 configure.ac: set -std=gnu11
Change-Id: I19674944cea499d450571a7c6e47ab5676dc4b21
2021-01-28 10:48:52 +00:00
Harald Welte bad3897529 convert build system to autotools
Change-Id: I705b5356309507c39eaf517ca5b9ce0e1aa89852
2019-11-24 18:42:29 +01:00