[users] Avoid compiler warning on FreeBSD (where umask is unused)
This commit is contained in:
parent
b485bfea07
commit
69e3e493de
@ -58,6 +58,7 @@ createUser( const QString& loginName, const QString& fullName, const QString& sh
|
||||
{
|
||||
useraddCommand << "-s" << shell;
|
||||
}
|
||||
Q_UNUSED( umask )
|
||||
#else
|
||||
useraddCommand << "useradd"
|
||||
<< "-m"
|
||||
|
Loading…
Reference in New Issue
Block a user