mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 921342 - fix compiler warning about not enough args to macro ENSURE_NOT_CHILD_PROCESS_. r=bsmedberg
This commit is contained in:
parent
2275eedfca
commit
49b7b0c646
@ -75,7 +75,7 @@ ChildProcess()
|
||||
ENSURE_NOT_CHILD_PROCESS_({ return NS_ERROR_NOT_AVAILABLE; })
|
||||
|
||||
#define ENSURE_NOT_CHILD_PROCESS_NORET \
|
||||
ENSURE_NOT_CHILD_PROCESS_()
|
||||
ENSURE_NOT_CHILD_PROCESS_(;)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user