Fix clang warning 'private field 'xxx' is not used
Fixes https://github.com/behdad/harfbuzz/pull/16
This commit is contained in:
parent
62299826f4
commit
6775da3a7c
|
@ -592,7 +592,7 @@ struct LONGDATETIME
|
|||
TRACE_SANITIZE (this);
|
||||
return TRACE_RETURN (likely (c->check_struct (this)));
|
||||
}
|
||||
private:
|
||||
protected:
|
||||
LONG major;
|
||||
ULONG minor;
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue