You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializers like .mkfs_options = fs_features[BD_FS_TECH_EXT2].mkfs, are not well defined C, as the designated initializer at file scope is required to be a constant expression. GCC accepts it, clang does not.
The text was updated successfully, but these errors were encountered:
Initializers like
.mkfs_options = fs_features[BD_FS_TECH_EXT2].mkfs,
are not well defined C, as the designated initializer at file scope is required to be a constant expression. GCC accepts it, clang does not.The text was updated successfully, but these errors were encountered: