From cb285809a1070dc04d2f558fca3e794c18be330d Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 28 May 2017 15:05:51 -0700 Subject: [PATCH] Add -Wall to default compiler options on FreeBSD. --- bin/makefile-freebsd.386-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x index b963f57..09e459e 100755 --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -1,6 +1,6 @@ # Options for Linux, Intel 386/486 and X-Window -CC = gcc -m32 -std=c89 +CC = gcc -m32 -std=c89 -Wall XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xbbt.o \