]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
use -Wpedantic
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Sep 2017 11:22:43 +0000 (13:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 12 Sep 2017 11:22:43 +0000 (13:22 +0200)
Makefile

index 96ec3de22cf973e864cba04c9fe42f54680cc46c..2cbee461bdcf52811295e340fa71b4a7998e8fa1 100644 (file)
--- 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