Summary: | Fix -Wc++11-narrowing error in SeccompFilters.cpp | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> | ||||
Component: | New Bugs | Assignee: | Csaba Osztrogonác <ossy> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cgarcia, commit-queue, gyuyoung.kim, ossy | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Csaba Osztrogonác
2014-11-27 13:12:53 PST
seccomp.h: ----------- /** * Argument datum */ typedef uint64_t scmp_datum_t; scmp_datum_t is uint64_t, we should use uint64_t instead of long long to fix the build. Created attachment 242256 [details]
Patch
Comment on attachment 242256 [details] Patch Clearing flags on attachment: 242256 Committed r176558: <http://trac.webkit.org/changeset/176558> All reviewed patches have been landed. Closing bug. |