Temporary disable DL_WARNs for unused DT_*
Bug: 17552334 Change-Id: I2f7b5e4b4d1db96e812a7f86adc929e113d4c11a
This commit is contained in:
parent
77784cb9b7
commit
1b77423eff
@ -2053,7 +2053,7 @@ bool soinfo::PrelinkImage() {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
if (!relocating_linker) {
|
if (!relocating_linker) {
|
||||||
DL_WARN("%s: unused DT entry: type %p arg %p", name,
|
DEBUG("%s: unused DT entry: type %p arg %p", name,
|
||||||
reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val));
|
reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user