fixeria has uploaded this change for review.

View Change

configure.ac: set -std=gnu11

Avoid using different dialects by accident (and resulting compiler
errors if compiler assumes a different dialect), like in
I72310886bef4db635078b75715c9d98ee45391cc.

Related: https://lists.osmocom.org/pipermail/openbsc/2019-September/013030.html
Related: https://lists.osmocom.org/pipermail/openbsc/2021-January/013360.html
Related: osmo-pcu Ia57ba101627e3cc0babeca82631e207a3e2e0960
Change-Id: I76ed877d160f98e3627293b0539bec5fac1e8469
---
M configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/22/29522/1
diff --git a/configure.ac b/configure.ac
index 2305555..8e7afec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,8 @@
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)

+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])


To view, visit change 29522. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I76ed877d160f98e3627293b0539bec5fac1e8469
Gerrit-Change-Number: 29522
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange