diff --git a/tools/SeeDot/seedot/Predictor/Makefile b/tools/SeeDot/seedot/Predictor/Makefile index 660e25080..a04cfcf9c 100644 --- a/tools/SeeDot/seedot/Predictor/Makefile +++ b/tools/SeeDot/seedot/Predictor/Makefile @@ -2,7 +2,7 @@ # Licensed under the MIT license. CC=g++ -CFLAGS=-Wall -p -g -fPIC -O3 -std=c++11 -pthread +CFLAGS=-Wall -Wno-narrowing -p -g -fPIC -O3 -std=c++11 -pthread PREDICTOR_INCLUDES=datatypes.h \ library_fixed.h \