From 02b45ae8010989a019374ff09bfb2100f54178f6 Mon Sep 17 00:00:00 2001 From: Radek Zlebcik <zlebcr@mail.desy.de> Date: Mon, 10 Dec 2018 13:20:32 +0100 Subject: [PATCH] Remove warnings for unused functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 638a9e6..2391f1c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXX = g++ -g -Wall -std=c++11 -Og -CFLAGS = $(shell root-config --cflags) +CFLAGS = $(shell root-config --cflags) -Wunused-function LIBS := $(shell root-config --libs) all: libPlottingHelper.so plottingHelper_C.so -- GitLab