mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 988499 - terminate #warning string in Nuwa.cpp; r=khuey; f=tzimmerman DONTBUILD because #warnings don't need build and tests
This commit is contained in:
parent
fb51f79dd7
commit
b87a188e24
@ -143,7 +143,7 @@ TLSInfoList;
|
|||||||
*/
|
*/
|
||||||
#ifndef NUWA_STACK_SIZE
|
#ifndef NUWA_STACK_SIZE
|
||||||
#ifndef PAGE_SIZE
|
#ifndef PAGE_SIZE
|
||||||
#warning "Hard-coding page size to 4096 byte
|
#warning "Hard-coding page size to 4096 byte"
|
||||||
#define PAGE_SIZE 4096ul
|
#define PAGE_SIZE 4096ul
|
||||||
#endif
|
#endif
|
||||||
#define PAGE_ALIGN_MASK (~(PAGE_SIZE-1))
|
#define PAGE_ALIGN_MASK (~(PAGE_SIZE-1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user