From ed258da29ac81a41296b796895569e2674e2be2d Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 1 Mar 2021 16:57:53 -0500 Subject: [PATCH] error on warnings for windows build too --- Makefile.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.w32 b/Makefile.w32 index e67adfe..e4293e1 100644 --- a/Makefile.w32 +++ b/Makefile.w32 @@ -12,7 +12,7 @@ ifndef OPTIMIZE OPTIMIZE=-O2 endif -CFLAGS=-Wall $(OPTIMIZE) $(SDL_CFLAGS) -DDATAPREFIX=\".\" -DHISCOREPREFIX=\".\" -DWIN32 -fstack-protector +CFLAGS=-Wall -Werror $(OPTIMIZE) $(SDL_CFLAGS) -DDATAPREFIX=\".\" -DHISCOREPREFIX=\".\" -DWIN32 -fstack-protector SRC=icebreaker.c cursor.c grid.c laundry.c line.c penguin.c sound.c \ level.c intro.c text.c status.c transition.c hiscore.c dialog.c \