From c2871c53235b57e90b666fe1ebea6f7b99225357 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 10 Dec 2015 15:55:29 +0000 Subject: Tell gcc to be pedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d589faa..c3533ea 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ prefix = /usr -CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags` +CFLAGS = -W -Wall -Wpedantic -std=gnu11 `sdl2-config --cflags` LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig -lpthread TARGET = imv -- cgit v1.2.3