Minor warning fixes when running under FreeBSD

This commit is contained in:
Kurt Hindenburg
2013-02-23 10:00:25 -05:00
parent 8241682b8b
commit 2c686b7afe
2 changed files with 3 additions and 0 deletions

View File

@@ -682,6 +682,7 @@ private:
}
virtual bool readEnvironment(int aPid) {
Q_UNUSED(aPid);
// Not supported in FreeBSD?
return false;
}