fusefs: fix building tests with GCC 8
GCC 8 objected to including C++-only flags in CWARNFLAGS Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ad13e15e1d
commit
9f13765e42
@ -65,7 +65,7 @@ TEST_METADATA+= timeout=10
|
||||
FUSEFS= ${SRCTOP}/sys/fs/fuse
|
||||
MOUNT= ${SRCTOP}/sbin/mount
|
||||
# Suppress warnings that GCC generates for the libc++ and gtest headers.
|
||||
CWARNFLAGS.gcc+= -Wno-placement-new -Wno-attributes -Wno-class-memaccess
|
||||
CXXWARNFLAGS.gcc+= -Wno-placement-new -Wno-attributes -Wno-class-memaccess
|
||||
CXXFLAGS+= -I${SRCTOP}/tests
|
||||
CXXFLAGS+= -I${FUSEFS}
|
||||
CXXFLAGS+= -I${MOUNT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user