osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-sysmon/+/22485 )


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

configure.ac: set -std=gnu11

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/85/22485/1

diff --git a/configure.ac b/configure.ac
index 4682931..63615b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@

 AM_INIT_AUTOMAKE([dist-bzip2 foreign])

+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/osmo-sysmon/+/22485
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-Change-Id: I708fe349fd506613af0e62a62bf6cbe611a06eef
Gerrit-Change-Number: 22485
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to