mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Quiet 'Illegal empty declaration' warning from Mac.
This commit is contained in:
parent
ca22af1a1f
commit
d5e43cfc62
@ -82,7 +82,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type)
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type);
|
||||
|
||||
#define MOZ_COUNT_CTOR(_type) \
|
||||
PR_BEGIN_MACRO \
|
||||
@ -102,7 +102,7 @@ PR_END_MACRO
|
||||
#define NS_LOG_DELETE_XPCOM(_p,_file,_line)
|
||||
#define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc
|
||||
#define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type)
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type);
|
||||
#define MOZ_COUNT_CTOR(_type)
|
||||
#define MOZ_COUNT_DTOR(_type)
|
||||
|
||||
|
@ -82,7 +82,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type)
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type);
|
||||
|
||||
#define MOZ_COUNT_CTOR(_type) \
|
||||
PR_BEGIN_MACRO \
|
||||
@ -102,7 +102,7 @@ PR_END_MACRO
|
||||
#define NS_LOG_DELETE_XPCOM(_p,_file,_line)
|
||||
#define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc
|
||||
#define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type)
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type);
|
||||
#define MOZ_COUNT_CTOR(_type)
|
||||
#define MOZ_COUNT_DTOR(_type)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user