Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user