Skip to content

Commit

Permalink
error on warnings for windows build too
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdm committed Mar 1, 2021
1 parent 98946d3 commit ed258da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ed258da

Please sign in to comment.