Disable warning on linux.

This commit is contained in:
Ryan Dahl 2018-10-19 14:44:35 -04:00
parent b809a82fd9
commit 1cfa41920e

View file

@ -755,6 +755,9 @@ component("ring_primitives") {
"$ring_root/pregenerated/x86_64-mont-elf.S",
"$ring_root/pregenerated/x86_64-mont5-elf.S",
]
# Disable warning: '_GNU_SOURCE' macro redefined
cflags = [ "-Wno-macro-redefined" ]
}
if (is_win) {
libs = [