mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 22:41:02 +00:00
Bug 1412546 - avoid -Wunused-private-field warnings in WasmTypes.h; r=arai
This commit is contained in:
parent
8968724f1a
commit
b8d06c7563
@ -1846,10 +1846,13 @@ class DebugFrame
|
||||
void* flagsWord_;
|
||||
};
|
||||
|
||||
// Avoid -Wunused-private-field warnings.
|
||||
protected:
|
||||
#if JS_BITS_PER_WORD == 32
|
||||
uint32_t padding_; // See alignmentStaticAsserts().
|
||||
#endif
|
||||
|
||||
private:
|
||||
// The Frame goes at the end since the stack grows down.
|
||||
Frame frame_;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user