Closed Bug 781773 Opened 14 years ago Closed 14 years ago

nsLocalFileWin.cpp clean up

Categories

(Core :: XPCOM, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: jacek, Assigned: jacek)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
It's just a clean up found by GCC warnings on mingw compilation: - don't redefine COPY_FILE_NO_BUFFERING if it's already defined by system headers - get rid of mingw hack that's fixed upstream (and older mingw versions won't work with recent m-c anyways) - NULL as 0 - -Wreorder - unused len variable - missing MOZ_FIINAL - access to uninitialized variable (this seems like GCC is wrong about more being accessed uninitialized, but silencing the warning won't hurt)
Attachment #650850 - Flags: review?(benjamin)
Attachment #650850 - Flags: review?(benjamin) → review?(netzen)
Comment on attachment 650850 [details] [diff] [review] patch Review of attachment 650850 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, thanks for the patch!
Attachment #650850 - Flags: review?(netzen) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: