Merge "Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM."
This commit is contained in:
commit
224fb6144a
|
@ -2370,6 +2370,8 @@ bool soinfo::prelink_image() {
|
|||
case DT_VERSYM:
|
||||
case DT_VERDEF:
|
||||
case DT_VERDEFNUM:
|
||||
case DT_VERNEED:
|
||||
case DT_VERNEEDNUM:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue