Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2015-11-02 07:53:26 +02:00
parent 5ff677c77c
commit ac37dec517
240 changed files with 907 additions and 907 deletions

View File

@@ -565,7 +565,7 @@ nsresult nsNPAPIPluginInstance::SetWindow(NPWindow* window)
// That is somewhat complex to check, so we just use "unused"
// to suppress any compiler warnings in build configurations
// where the logging is a no-op.
mozilla::unused << error;
mozilla::Unused << error;
mInPluginInitCall = oldVal;