We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2897ab commit 1c2d1ffCopy full SHA for 1c2d1ff
src/patchelf.cc
@@ -1472,7 +1472,7 @@ void ElfFile<ElfFileParamNames>::modifyRPath(RPathOp op,
1472
case rpPrint: {
1473
printf("%s\n", rpath ? rpath : "");
1474
return;
1475
- };
+ }
1476
case rpRemove: {
1477
if (!rpath) {
1478
debug("no RPATH to delete\n");
@@ -1485,7 +1485,7 @@ void ElfFile<ElfFileParamNames>::modifyRPath(RPathOp op,
1485
1486
debug("no RPATH to shrink\n");
1487
1488
- ;}
1489
newRPath = shrinkRPath(rpath, neededLibs, allowedRpathPrefixes);
1490
break;
1491
}
0 commit comments