From e816026faa1ae11f0e9d26d27f420a304d4ad210 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周五, 16 10月 2015 06:16:45 +0800 Subject: [PATCH] Resolve #59: input buffer overrun handling --- libscpi/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index b1e95cb..e56d850 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -1,7 +1,6 @@ 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