aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-18 03:14:39 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-18 03:14:39 +0200
commit03d9db8d5ff22faa27ab25264727bb09ba87d66d (patch)
treef914b33d10feb231170853c12092ccc527af6c2b /Makefile
parent41745326d8440340a87b5179139b2915efe3715d (diff)
downloadEpisodeBrowser-03d9db8d5ff22faa27ab25264727bb09ba87d66d.tar.gz
Solve compiler warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ba9297..1794dab 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl
CL = swipl-ld
CLFLAGS = -DUNICODE -D_UNICODE
-CLFLAGS += -cc-options,-std=c++17 -Wall -Wpedantic -O2
+CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -O2
CLFLAGS += -ld-options,-mwindows -lcomctl32 -luxtheme
all: showdeps b/$(EXE)