Commit bd19fc83 authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 3340dd7b
......@@ -42,12 +42,14 @@
#endif
#if defined(QGC_GST_STREAMING)
#if (defined(__macos) && defined(QGC_INSTALL_RELEASE)) || defined(Q_OS_WIN)
static void qgcputenv(const QString& key, const QString& root, const QString& path)
{
QString value = root + path;
qputenv(key.toStdString().c_str(), QByteArray(value.toStdString().c_str()));
}
#endif
#endif
void initializeVideoStreaming(int &argc, char* argv[])
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment