DescriptionA build fix for gcc 4.4.
When calling a non-static member function without calling contructors, gcc 4.4 returns a warning "'<anonymous>' is used uninitialized in this function."
To fix this warning, this change added a 'static' keyword to CanonicalizeHost().
BUG=none
TEST=build chromium of gcc 4.4.
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|