From 135482f52e2bcb14592ba60f97ea60088aa39275 Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Sun, 26 Oct 2014 01:33:49 -0500 Subject: Made segfault compile without warnings again. This time with -std=c99. You know how to read Makefiles. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07ac98c..5d9733c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable -CFLAGS=-pedantic -Wall +CFLAGS=-std=c99 -pedantic -Wall all: cd libirc && $(MAKE) -- cgit v1.2.3