Closed Bug 1476014 Opened 7 years ago Closed 7 years ago

[Static Analysis] DEAD_STORE error in toolkit/components/remote/nsXRemoteService.cpp

Categories

(Toolkit :: General, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: rbartlensky, Assigned: rbartlensky)

References

Details

Attachments

(1 file)

toolkit/components/remote/nsXRemoteService.cpp:195: error: DEAD_STORE The value written to &i (type int) is never used. 193. sMozProfileAtom = XAtoms[i++]; 194. sMozProgramAtom = XAtoms[i++]; 195. > sMozCommandLineAtom = XAtoms[i++]; 196. }
Attachment #8992387 - Flags: review?(nfroyd) → review+
Keywords: checkin-needed
Pushed by aiakab@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/10ca5b14dbdb Remove unnecessary postincrement. r=froydnj
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: