From 39668ef023a032596f63047e4810ec867cff71c7 Mon Sep 17 00:00:00 2001 From: ShikharJ Date: Fri, 1 Jan 2021 16:10:07 +0530 Subject: [PATCH] Add Wno-narrowing flag to x86 codegen --- tools/SeeDot/seedot/Predictor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \