mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Minor warning fixes when running under FreeBSD
This commit is contained in:
@@ -148,6 +148,8 @@ void Pty::setUtf8Mode(bool enable)
|
||||
if (!pty()->tcSetAttr(&ttmode))
|
||||
kWarning() << "Unable to set terminal attributes.";
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(enable);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user