From e7aee4d939c324c6a3090cb391500d7e1909bf30 Mon Sep 17 00:00:00 2001
From: Iztok Jeras <iztok.jeras@redpitaya.com>
Date: 摹曛, 08 10月 2015 03:00:34 +0800
Subject: [PATCH] integer parser: updated tests to use snprintf for reference strings, started using C99 standard

---
 libscpi/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libscpi/Makefile b/libscpi/Makefile
index e56d850..b1e95cb 100644
--- a/libscpi/Makefile
+++ b/libscpi/Makefile
@@ -1,6 +1,7 @@
 VERSION = 2.1.0
 LIBNAME = scpi
 
+CFLAGS += -std=c99
 CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -Iinc
 CFLAGS_SHARED += $(CFLAGS) -fPIC
 LDFLAGS += -Wl,--as-needed

--
Gitblit v1.9.1