Skip to content
Snippets Groups Projects
Commit 3bd7d125 authored by adrien-matta's avatar adrien-matta
Browse files

* adding a flag to suppress warning from G4 usage of depricated register

parent 7c4df9bc
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ endif
G4WORKDIR = ./
G4BIN = ./bin
CPPFLAGS += $(shell root-config --cflags)
CPPFLAGS += $(shell root-config --cflags) -Wno-deprecated-register
CPPFLAGS += -I$(NPTOOL)/NPLib/include
ifeq ($(ARCH),linuxx8664gcc)
......
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