From 0443fbb06387138fc88be80104bef102246fdd25 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 May 2021 10:32:48 -0700 Subject: Added warning flag for null derefs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23ff090..a107318 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC=cc PREFIX=/usr/local SYSCONFDIR=/etc CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result +CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference EXTRA= G= O=-O3 -- cgit v1.2.3