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:
Nathan Froyd 2014-03-24 13:35:43 -04:00
parent fb51f79dd7
commit b87a188e24

View File

@ -143,7 +143,7 @@ TLSInfoList;
*/
#ifndef NUWA_STACK_SIZE
#ifndef PAGE_SIZE
#warning "Hard-coding page size to 4096 byte
#warning "Hard-coding page size to 4096 byte"
#define PAGE_SIZE 4096ul
#endif
#define PAGE_ALIGN_MASK (~(PAGE_SIZE-1))