mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 772738 - Avoid "unused variable 'tmp'" warnings for empty CC traverse method implementations; r=smaug
This commit is contained in:
parent
a53e7f57c2
commit
b3a3876f4b
@ -601,6 +601,7 @@ public:
|
||||
that->Trace(p, &nsScriptObjectTracer::NoteJSChild, &cb);
|
||||
|
||||
#define NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END \
|
||||
(void)tmp; \
|
||||
return NS_OK; \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user