opnsense-src/tests/sys/fs/fusefs
Dimitry Andric f23f9c0fd2 Silence VLA extension warnings in fusefs tests
Building tests/sys/fs/fusefs with clang 18 results the following
warning:

  tests/sys/fs/fusefs/cache.cc:145:14: error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]
    145 |         uint8_t buf[bufsize];
        |                     ^~~~~~~

Because we do not particularly care that this is a clang extension,
suppress the warning.

MFC after:	3 days

(cherry picked from commit dc0b4094abf6784bf1a9492c2fea3fb91116b014)
2023-12-24 14:59:28 +01:00
..
access.cc fusefs: fix some bugs updating atime during close 2023-10-02 19:10:13 -06:00
allow_other.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
bad_server.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
bmap.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
cache.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
copy_file_range.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
create.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
default_permissions.cc fusefs: fix some bugs updating atime during close 2023-10-02 19:10:13 -06:00
default_permissions_privileged.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
destroy.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
dev_fuse_poll.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fallocate.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fifo.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
flush.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
forget.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fsync.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fsyncdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
getattr.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
interrupt.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
io.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
last_local_modify.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
link.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
locks.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
lookup.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
lseek.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
Makefile Silence VLA extension warnings in fusefs tests 2023-12-24 14:59:28 +01:00
mkdir.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
mknod.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
mockfs.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
mockfs.hh Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
mount.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
nfs.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
notify.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
open.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
opendir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
read.cc fusefs: fix some bugs updating atime during close 2023-10-02 19:10:13 -06:00
readdir.cc fusefs: add more readdir tests for misbehaving servers 2023-11-29 17:04:33 -07:00
readlink.cc fusefs: sanitize FUSE_READLINK results for embedded NULs 2023-10-14 11:57:09 -06:00
release.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
releasedir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rename.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rmdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
setattr.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
statfs.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
symlink.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
unlink.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
utils.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
utils.hh Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
write.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
xattr.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00