зеркало из https://github.com/mozilla/gecko-dev.git
Quiet some Mac warnings. Replace empty macro definition for MOZ_DECL_CTOR_COUNTER(_type) with "class _type".
This commit is contained in:
Родитель
9a660ac926
Коммит
36b4804bc4
|
@ -82,7 +82,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type);
|
||||
#define MOZ_DECL_CTOR_COUNTER(_type) class _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) class _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) class _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) class _type
|
||||
#define MOZ_COUNT_CTOR(_type)
|
||||
#define MOZ_COUNT_DTOR(_type)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче