core/fastboot/fastboot.c:247:27: warning: address of array 'info->device_path' will always evaluate to 'true'
[-Wpointer-bool-conversion]
} else if (!info->device_path) {
~~~~~~~^~~~~~~~~~~
core/adb/adb_auth_host.c:85:19: error: incomplete definition of type 'struct rsa_st'
BN_copy(n, rsa->n);
~~~^
/build/soraka/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
typedef struct rsa_st RSA;
^
core/adb/adb_auth_host.c:99:37: error: incomplete definition of type 'struct rsa_st'
pkey->exponent = BN_get_word(rsa->e);
~~~^
/build/soraka/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
typedef struct rsa_st RSA;
^
2 errors generated.
make: *** [Makefile:55: adb] Error 1
make: *** Waiting for unfinished jobs....
1 warning generated.
extras/ext4_utils/make_ext4fs.c:106:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute
[-Wunused-result]
asprintf(&path, "%slost+found", dir_path);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extras/ext4_utils/make_ext4fs.c:232:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute
[-Wunused-result]
readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extras/ext4_utils/make_ext4fs.c:169:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute
[-Wunused-result]
asprintf(&dentries[i].path, "%s%s", dir_path, namelist[i]->d_name);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extras/ext4_utils/make_ext4fs.c:170:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute
[-Wunused-result]
asprintf(&dentries[i].full_path, "%s%s", full_path, namelist[i]->d_name);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extras/ext4_utils/make_ext4fs.c:249:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute
[-Wunused-result]
asprintf(&dentries[0].path, "%slost+found", dir_path);
^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 warnings generated.
Comment 1 by bugdroid1@chromium.org
, Jun 18 2017