+ fix more compiler warnings

This commit is contained in:
wmayer
2014-08-27 13:26:44 +02:00
parent a50743041b
commit 839eced7a9
16 changed files with 380 additions and 336 deletions

View File

@@ -301,7 +301,6 @@ bool FileInfo::isWritable () const
bool FileInfo::setPermissions (Permissions perms)
{
bool ret = false;
int mode = 0;
if (perms & FileInfo::ReadOnly)