* commit '4dcc58887e303b0427886af1712c550c25b8542e': Temporary disable DL_WARNs for unused DT_*
This commit is contained in:
@@ -2053,7 +2053,7 @@ bool soinfo::PrelinkImage() {
|
||||
|
||||
default:
|
||||
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));
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user