From a8a386b18d3507e2d84278094b262745758d4951 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 02 6æ 2016 04:16:08 +0800 Subject: [PATCH] Fix formating to cc.h, add stdbool.h detection --- examples/test-tcp/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/test-tcp/Makefile b/examples/test-tcp/Makefile index 3338b7b..400e123 100644 --- a/examples/test-tcp/Makefile +++ b/examples/test-tcp/Makefile @@ -2,7 +2,7 @@ PROG = test SRCS = main.c ../common/scpi-def.c -CFLAGS += -Wextra -I ../../libscpi/inc/ +CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -I ../../libscpi/inc/ LDFLAGS += ../../libscpi/dist/libscpi.a -Wl,--as-needed .PHONY: clean all -- Gitblit v1.9.1