fuse_common.h: fix warning on _Static_assert() (#939)
authorCismonX <admin@cismon.net>
Tue, 7 May 2024 11:22:59 +0000 (11:22 +0000)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 11:22:59 +0000 (13:22 +0200)
commite4e68739737b19c41efbb5ab508cfdd163c2536f
tree173a3664938596891f971f53f50b058a45738169
parentb701673e7429336248c307c93c2c26f443719255
fuse_common.h: fix warning on _Static_assert() (#939)

_Static_assert() is an ISO C11 feature.  Make the check more
standard-conformant so that the compiler won't give pedantic warnings.
include/fuse_common.h