commit | ace5f12071d2bd6cb0615cbc05dd7645207a5d7b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Aug 27 14:36:04 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Sep 18 13:58:33 2024 -0700 |
tree | 3a39c384422b9a9f8e8265934da71d9fd373ba1c | |
parent | 79a8b4a18f2e385e221abe80d8189d48c994234a [diff] |
libxfs: compile with a C++ compiler Apparently C++ compilers don't like the implicit void* casts that go on in the system headers. Compile a dummy program with the C++ compiler to make sure this works. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Tested-by: Sam James <sam@gentoo.org> Reviewed-by: Sam James <sam@gentoo.org>