]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Remove warning
authorDirk Engling <erdgeist@erdgeist.org>
Mon, 15 Apr 2024 13:20:34 +0000 (15:20 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Mon, 15 Apr 2024 13:20:34 +0000 (15:20 +0200)
Makefile

index 803a2e0f0db9e29c9379dc5215f30522036e4fad..443ecce91ba8f5faeae155a9a2f184d75cae8b5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ FEATURES+=-DWANT_FULLSCRAPE
 OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
 OPTS_production=-O3
 
-CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra -Wincompatible-pointer-types #-ansi -pedantic
+CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -Wall -pipe -pthread -Wextra #-ansi -pedantic
 LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
 #LDFLAGS+=-lbsd