DescriptionFix printf format specifier in PoolAlloc.cpp.
%Iu is used for size_t printf arguments in MSVC. The GCC equivalent is %z. MSVC does not support %z though.
Committed: https://code.google.com/p/angleproject/source/detail?r=977
Patch Set 1 #
MessagesTotal messages: 2
|