From 21ed615ac90354c48dfbab67fc6d59b7ce954f53 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Sun, 20 Jul 2014 14:32:33 +0200 Subject: Don't warn about clobbered pointers. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 7a698d9..62fcdc1 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ PREFIX = /usr/local LIBS = -lpng # flags -CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Os +CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Wno-clobber -Os LDFLAGS = -s ${LIBS} # compiler and linker -- cgit v1.2.3