diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-07-19 15:33:34 +0200 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-07-21 10:14:34 +0200 |
commit | 0d15126f720e5515d9b2d2b661cff80c9a05cc5c (patch) | |
tree | 61c39f742ccccf5e515ccc457bdf7e52942b4586 /example/hello_ll.c | |
parent | b96c738b10e9a308725c62b9392ba7d553eec254 (diff) | |
download | libfuse-0d15126f720e5515d9b2d2b661cff80c9a05cc5c.tar.gz |
example/memfs_ll: Avoid nullptr field initializations by pragma
These nullptr initializations don't make sense - methods that
are not explicitly set are not implemented. I thought that C++20
would eventually avoid the nullptr, but looks like compilers
still give warnings - avoid them with a pragma.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'example/hello_ll.c')
0 files changed, 0 insertions, 0 deletions