You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-03-30 11:18:58 -07:00
Fix missing return statement in static bool method
Looks like devtoolset compiler behaves differently on bool methods without an explicit return statement. Kind of strange. Undefined behavior?
This commit is contained in:
@@ -77,6 +77,8 @@ namespace linuxdeploy {
|
||||
ldLog() << LD_ERROR << "Could not find suitable icon for Icon entry:" << iconEntry.value() << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool deployCustomAppRunFile(const bf::path& customAppRunPath) const {
|
||||
|
||||
Reference in New Issue
Block a user