osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/gapk/+/22463 )


Change subject: configure.ac: set -std=gnu11
......................................................................

configure.ac: set -std=gnu11

Change-Id: I7d4c4e1f3663e448c5d044ccb4bbd3e813898f23
---
M configure.ac
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/63/22463/1

diff --git a/configure.ac b/configure.ac
index 44a7cff..b16acc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@
 AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 LT_INIT([disable-static])

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


--
To view, visit https://gerrit.osmocom.org/c/gapk/+/22463
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Change-Id: I7d4c4e1f3663e448c5d044ccb4bbd3e813898f23
Gerrit-Change-Number: 22463
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to