From: Dietmar Maurer Date: Tue, 12 Sep 2017 11:22:43 +0000 (+0200) Subject: use -Wpedantic X-Git-Url: https://git.proxmox.com/?p=pmg-log-tracker.git;a=commitdiff_plain;h=ae7d4778012fcb3945fb24651f4c8c4b91cf4c71 use -Wpedantic --- diff --git a/Makefile b/Makefile index 96ec3de..2cbee46 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LIBS=$(shell pkg-config --libs glib-2.0) -lz -CFLAGS=$(shell pkg-config --cflags glib-2.0) -O2 -Wall +CFLAGS=$(shell pkg-config --cflags glib-2.0) -O2 -Wpedantic all: pmg-log-tracker