0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Fix compiler warning

This commit is contained in:
juvester 2017-02-08 16:43:21 +02:00
parent 133f8c311e
commit fdac36de44

View File

@ -3175,6 +3175,7 @@ void OBSBasicSettings::on_filenameFormatting_textEdited(const QString &text)
text.toStdString().find_first_of("<>:\"|?*");
#else
size_t invalidLocation = string::npos;
UNUSED_PARAMETER(text);
#endif
if (invalidLocation != string::npos)