aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:18:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-05 18:18:50 +1300
commite5aa56da343cae79c7344f6601a17913a6e8d5b1 (patch)
tree8dfd211a3673f49154f910731608406fc70c51e0
parentMore compatible environment passing (diff)
downloadspsh-e5aa56da343cae79c7344f6601a17913a6e8d5b1.tar.gz
spsh-e5aa56da343cae79c7344f6601a17913a6e8d5b1.zip
Trying out some extra C warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ef5c6e..41fcf73 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CC = gcc
LDFLAGS = -lreadline
-CFLAGS = -Wall -Wpedantic -ansi -pedantic-errors
+CFLAGS = -pedantic-errors -std=c90 -Wall -Wextra -Winit-self -Wmissing-declarations -Wuninitialized
PREFIX := /usr/local
all : spsh