fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/29851 )
Change subject: configure.ac: set -std=gnu11
......................................................................
configure.ac: set -std=gnu11
The majority of Osmocom projects require -std=gnu11, and so we do.
Change-Id: Ia22adb18ea34690ef8e46dbf02308cbb1541a7ee
---
M src/host/trxcon/configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/51/29851/1
diff --git a/src/host/trxcon/configure.ac b/src/host/trxcon/configure.ac
index f645991..46991a2 100644
--- a/src/host/trxcon/configure.ac
+++ b/src/host/trxcon/configure.ac
@@ -3,6 +3,8 @@
AM_INIT_AUTOMAKE
LT_INIT
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/29851
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ia22adb18ea34690ef8e46dbf02308cbb1541a7ee
Gerrit-Change-Number: 29851
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange