We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building latest partclone 0.3.33 from release tarball on Fedora Rawhide using GCC 15 fails like this:
In file included from f2fsclone.c:17: f2fs/f2fs_fs.h:107:25: error: two or more data types in declaration specifiers 107 | typedef u8 bool; | ^~~~
The text was updated successfully, but these errors were encountered:
The solution is part of commit 6617d15a660becc23825007ab3fc2d270b5b250f from f2fs-tools - thus, could you switch to newer f2fs-tools, please?
Sorry, something went wrong.
b78c006
I update part of f2fs and it works. thank you!
No branches or pull requests
Building latest partclone 0.3.33 from release tarball on Fedora Rawhide using GCC 15 fails like this:
The text was updated successfully, but these errors were encountered: