mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1226188 - Use __VA_ARGS__ to avoid warnings with empty argument list. r=h4writer
This commit is contained in:
parent
d986a6ee32
commit
471920663a
@ -151,8 +151,8 @@
|
||||
# define DEFINED_ON_RESULT_define
|
||||
# define DEFINED_ON_RESULT_ = delete
|
||||
|
||||
# define DEFINED_ON_DISPATCH_RESULT(Result) \
|
||||
DEFINED_ON_RESULT_ ## Result
|
||||
# define DEFINED_ON_DISPATCH_RESULT(...) \
|
||||
DEFINED_ON_RESULT_ ## __VA_ARGS__
|
||||
|
||||
// We need to let the evaluation of MOZ_FOR_EACH terminates.
|
||||
# define DEFINED_ON_EXPAND_ARCH_RESULTS_3(ParenResult) \
|
||||
|
Loading…
Reference in New Issue
Block a user