Closed Bug 1476014 Opened 6 years ago Closed 6 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.   }
Comment on attachment 8992387 [details]
Bug 1476014: Remove unnecessary postincrement.

https://reviewboard.mozilla.org/r/257250/#review264076
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
https://hg.mozilla.org/mozilla-central/rev/10ca5b14dbdb
Status: NEW → RESOLVED
Closed: 6 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: