Closed
Bug 462141
Opened 17 years ago
Closed 16 years ago
unreferenced local variable if !FS_ENCODE
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
People
(Reporter: timeless, Assigned: cajbir)
References
Details
Attachments
(1 file, 1 obsolete file)
|
5.08 KB,
patch
|
kinetik
:
review+
roc
:
approval1.9.2+
|
Details | Diff | Splinter Review |
fishsound_comments.c(303) : warning C4101: 'new_comment' : unreferenced local variable
fishsound_comments.c(328) : warning C4101: 'comment' : unreferenced local variable
fishsound_comments.c(353) : warning C4101: 'v_comment' : unreferenced local variable
fishsound_comments.c(380) : warning C4101: 'i' : unreferenced local variable
fishsound_comments.c(379) : warning C4101: 'comment' : unreferenced local variable
Attachment #345274 -
Flags: review?(chris.double)
Comment 1•16 years ago
|
||
Could you fix the other warnings too?
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090417 SeaMonkey/2.0b1pre] (experimental/_m-c_, home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/9e06217fc471
+http://hg.mozilla.org/comm-central/rev/...)
{
fishsound_comments.c(443) : warning C4018: '>' : signed/unsigned mismatch
fishsound_comments.c(480) : warning C4018: '>' : signed/unsigned mismatch
fishsound_comments.c(622) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
fishsound_comments.c(622) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
fishsound_comments.c(622) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
fishsound_comments.c(622) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
}
Blocks: 90906
| Assignee | ||
Comment 2•16 years ago
|
||
Add README_MOZILLA entry, update.sh and include patch file. Also raised as annodex ticket 497:
https://trac.annodex.net/ticket/497
Assignee: timeless → chris.double
Attachment #345274 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #403179 -
Flags: review?
Attachment #345274 -
Flags: review?(chris.double)
| Assignee | ||
Updated•16 years ago
|
Attachment #403179 -
Flags: review? → review?(kinetik)
Updated•16 years ago
|
Attachment #403179 -
Flags: review?(kinetik) → review+
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 3•16 years ago
|
||
Pushed to mozilla-central:
http://hg.mozilla.org/mozilla-central/rev/890e35aa6a46
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Attachment #403179 -
Flags: approval1.9.2+
Comment 4•16 years ago
|
||
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•