forked from OSchip/llvm-project
Turn off the warning that the undefined behavior I am using in
a test generates. The green dragon bot compiler is treating this warning as an error for some reason, hopefully this will calm its worries.
This commit is contained in:
parent
1376c73927
commit
2c43cd883c
|
@ -1,4 +1,4 @@
|
||||||
C_SOURCES := main.c
|
C_SOURCES := main.c
|
||||||
CFLAGS_EXTRAS := -fsanitize=undefined -g
|
CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion
|
||||||
|
|
||||||
include Makefile.rules
|
include Makefile.rules
|
||||||
|
|
Loading…
Reference in New Issue