mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 570553 - mozalloc.h:208:1: warning: C++ style comments are not allowed in ISO C90. r=vlad
This commit is contained in:
parent
87fe91746b
commit
e6180061d8
@ -205,8 +205,10 @@ MOZALLOC_EXPORT void* moz_valloc(size_t size)
|
||||
#endif
|
||||
|
||||
#ifdef ANDROID
|
||||
// Android doesn't fully support exceptions, so its <new> header
|
||||
// has operators that don't specify throw() at all.
|
||||
/*
|
||||
* Android doesn't fully support exceptions, so its <new> header
|
||||
* has operators that don't specify throw() at all.
|
||||
*/
|
||||
#define MOZALLOC_THROW_IF_HAS_EXCEPTIONS /**/
|
||||
#else
|
||||
#define MOZALLOC_THROW_IF_HAS_EXCEPTIONS throw()
|
||||
|
Loading…
Reference in New Issue
Block a user