Skip to content

Commit

Permalink
Add Wno-narrowing flag to x86 codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikharJ committed Jan 5, 2021
1 parent fbab6cb commit 39668ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/SeeDot/seedot/Predictor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 39668ef

Please sign in to comment.