[Webkit-unassigned] [Bug 45384] New: Fix ignoring return value warning in case of gcc 4.4.4
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 05:33:51 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45384
Summary: Fix ignoring return value warning in case of gcc 4.4.4
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pvarga at inf.u-szeged.hu
CC: ossy at webkit.org
I got this warning: "ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result". We shouldn't ignore return value of fwrite because it has __attribute__((warn_unused_result)).
Patch is coming soon.
--
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