Skip to content
Snippets Groups Projects
Commit 02b45ae8 authored by Radek Zlebcik's avatar Radek Zlebcik
Browse files

Remove warnings for unused functions

parent 07767bbd
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment