Clang: ignore mismatched struct/class tags

This commit is contained in:
Ehmry - 2019-09-26 12:35:24 +02:00
parent 2d60fc9f65
commit 221320af47
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CXX = $CXX
LD= $LD
OBJCOPY = $OBJCOPY
CXXFLAGS += -Wno-undefined-bool-conversion -Wno-unknown-attributes -Wsystem-headers -Werror -Wno-uninitialized
CXXFLAGS += -Wno-undefined-bool-conversion -Wno-unknown-attributes -Wsystem-headers -Werror -Wno-uninitialized -Wno-mismatched-tags
#CXXFLAGS += -Wno-unused-command-line-argument
export NIX_PATH