diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-07-30 19:47:45 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-07-30 19:47:45 +0000 |
| commit | 9f13765e42bf1797ecd4918fde6c2b8ef26cd976 (patch) | |
| tree | 9d865e4d6e6bc1ef12407030321719f62ca2db9f /tests | |
| parent | ad13e15e1d9d61a3383394f689ccd3a40bdb1d8e (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/fs/fusefs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/Makefile b/tests/sys/fs/fusefs/Makefile index 59f9dfa5aa7d8..957608dde7475 100644 --- a/tests/sys/fs/fusefs/Makefile +++ b/tests/sys/fs/fusefs/Makefile @@ -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} |
