[Webkit-unassigned] [Bug 43077] check-webkit-style false positive on "new uint32_t"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 3 07:50:33 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43077
--- Comment #7 from Stephen White <senorblanco at chromium.org> 2010-08-03 07:50:33 PST ---
Just FYI, I originally used int32_t* buf = new int32_t[size], which gave no warnings from check-webkit-style. That might be because of the brackets, or some other parsing issue, but switching to OwnArrayPtr<uint32_t> definitely made it start happening.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list