diff options
| -rw-r--r-- | unittest/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unittest/Makefile b/unittest/Makefile index 9e8fbc1..dbd003e 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -8,7 +8,7 @@ LIB = -L../build  LDLIBS = -lnitrokey  BUILD = build -CXXFLAGS = -std=c++14 -fPIC +CXXFLAGS = -std=c++14 -fPIC -Wno-gnu-variable-sized-type-not-at-end  CXXSOURCES = $(wildcard *.cc)  TARGETS = $(CXXSOURCES:%.cc=$(BUILD)/%) | 
