[users] Avoid compiler warning on FreeBSD (where umask is unused)

This commit is contained in:
Adriaan de Groot 2024-10-22 15:06:50 +02:00
parent b485bfea07
commit 69e3e493de

View File

@ -58,6 +58,7 @@ createUser( const QString& loginName, const QString& fullName, const QString& sh
{
useraddCommand << "-s" << shell;
}
Q_UNUSED( umask )
#else
useraddCommand << "useradd"
<< "-m"