mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1240985 - Fix variadic macro on Windows. r=bustage CLOSED TREE
This commit is contained in:
parent
1e266f153c
commit
4e8ae41af1
@ -25,7 +25,7 @@
|
||||
|
||||
static LazyLogModule sLogModule("ipc");
|
||||
|
||||
#define IPC_LOG(args...) MOZ_LOG(sLogModule, LogLevel::Debug, (args))
|
||||
#define IPC_LOG(...) MOZ_LOG(sLogModule, LogLevel::Debug, __VA_ARGS__)
|
||||
|
||||
/*
|
||||
* IPC design:
|
||||
|
Loading…
Reference in New Issue
Block a user