fixeria has uploaded this change for review.

View Change

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 change 29851. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ia22adb18ea34690ef8e46dbf02308cbb1541a7ee
Gerrit-Change-Number: 29851
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange