am 6a310f4a
: Merge "Temporary disable DL_WARNs for unused DT_*"
* commit '6a310f4ad6c06b6f513d6dd9784ce0377f94f9bd': Temporary disable DL_WARNs for unused DT_*
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user