mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Fix "Warning: extra ";" ignored."
This commit is contained in:
parent
d0163afb7b
commit
ae9ad1076e
1 changed files with 4 additions and 4 deletions
|
@ -365,10 +365,10 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
|
|||
#else /* __cpluspplus >= 201103L */
|
||||
|
||||
#define HB_NO_COPY_ASSIGN(TypeName)
|
||||
#define HB_NO_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2)
|
||||
#define HB_NO_CREATE_COPY_ASSIGN(TypeName)
|
||||
#define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE(TypeName, T)
|
||||
#define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2)
|
||||
#define HB_NO_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) static_assert (true, "")
|
||||
#define HB_NO_CREATE_COPY_ASSIGN(TypeName) static_assert (true, "")
|
||||
#define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE(TypeName, T) static_assert (true, "")
|
||||
#define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) static_assert (true, "")
|
||||
|
||||
#endif /* __cpluspplus >= 201103L */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue