Merge pull request #86 from uwehermann/compiler_warnings
Fix two compiler warnings.
This commit is contained in:
@@ -219,6 +219,8 @@ int containsHowOften(QStringList haystack, QString needle) {
|
|||||||
|
|
||||||
LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath, const QSet<QString> &rpaths)
|
LibraryInfo parseLddLibraryLine(const QString &line, const QString &appDirPath, const QSet<QString> &rpaths)
|
||||||
{
|
{
|
||||||
|
(void)rpaths;
|
||||||
|
|
||||||
if(fhsLikeMode == false){
|
if(fhsLikeMode == false){
|
||||||
bundleLibraryDirectory= "lib"; // relative to bundle
|
bundleLibraryDirectory= "lib"; // relative to bundle
|
||||||
} else {
|
} else {
|
||||||
@@ -680,6 +682,8 @@ void runStrip(const QString &binaryPath)
|
|||||||
|
|
||||||
void stripAppBinary(const QString &bundlePath)
|
void stripAppBinary(const QString &bundlePath)
|
||||||
{
|
{
|
||||||
|
(void)bundlePath;
|
||||||
|
|
||||||
runStrip(appBinaryPath);
|
runStrip(appBinaryPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user