Created
May 20, 2013 23:40
-
-
Save darkspadez/5616474 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
device/motorola/msm8960-common/modules/mount_tools/recover_userdata.c: In function 'format_ext4': | |
device/motorola/msm8960-common/modules/mount_tools/recover_userdata.c:162:5: warning: implicit declaration of function 'reset_ext4fs_info' [-Wimplicit-function-declaration] | |
device/motorola/msm8960-common/modules/mount_tools/recover_userdata.c:163:5: error: invalid use of undefined type 'struct fs_info' | |
device/motorola/msm8960-common/modules/mount_tools/recover_userdata.c:165:9: error: invalid use of undefined type 'struct fs_info' | |
device/motorola/msm8960-common/modules/mount_tools/recover_userdata.c:166:5: warning: implicit declaration of function 'make_ext4fs_internal' [-Wimplicit-function-declaration] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment