зеркало из https://github.com/mozilla/gecko-dev.git
Bug 568324: Fix compile warning "statement has no effect". r=ehsan
This commit is contained in:
Родитель
06959fb8a1
Коммит
12b4979971
|
@ -113,7 +113,7 @@ mozJSSubScriptLoader::LoadSubScript (const PRUnichar * aURL
|
|||
NS_TIME_FUNCTION_FMT("%s (line %d) (url: %s)", MOZ_FUNCTION_NAME,
|
||||
__LINE__, NS_LossyConvertUTF16toASCII(aURL).get());
|
||||
#else
|
||||
aURL; // prevent compiler warning
|
||||
(void)aURL; // prevent compiler warning
|
||||
#endif
|
||||
|
||||
/* get JS things from the CallContext */
|
||||
|
|
Загрузка…
Ссылка в новой задаче