Bug 818294 - Make MediaPluginHost.cpp compile with fail-on-warnings; r=doublec

This commit is contained in:
Ehsan Akhgari 2012-12-04 17:57:44 -05:00
Родитель 10a2fab300
Коммит 790f907f60
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -175,6 +175,8 @@ static const char* GetOmxLibraryName()
#elif defined(ANDROID) && defined(MOZ_WIDGET_GONK)
return "libomxplugin.so";
#else
return nullptr;
#endif
}