fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/29851 )
Change subject: trxcon: configure.ac: set -std=gnu11 ......................................................................
trxcon: 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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])])