Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2192)

Issue 15100044: code review 15100044: fossil: fix remaining warnings (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by 0intro
Modified:
10 years, 6 months ago
Reviewers:
rsc
CC:
rsc
Visibility:
Public.

Description

fossil: fix remaining warnings

Patch Set 1 #

Patch Set 2 : diff -r ec3560a87032 https://code.google.com/p/plan9port #

Patch Set 3 : diff -r ec3560a87032 https://code.google.com/p/plan9port #

Total comments: 2

Patch Set 4 : diff -r ec3560a87032 https://code.google.com/p/plan9port #

Patch Set 5 : diff -r c1c9359cfee8 https://code.google.com/p/plan9port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M src/cmd/fossil/cache.c View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/fossil/check.c View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M src/cmd/fossil/flfmt9660.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/fossil/pack.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/fossil/vac.c View 1 2 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9
0intro
Hello rsc, I'd like you to review this change to https://code.google.com/p/plan9port
10 years, 6 months ago (2013-10-22 20:40:34 UTC) #1
rsc
LGTM instead of making the pointers const, can you just add a cast in the ...
10 years, 6 months ago (2013-10-23 14:13:51 UTC) #2
0intro
Hello rsc, rsc@golang.org, Please take another look.
10 years, 6 months ago (2013-10-23 18:16:26 UTC) #3
rsc
LGTM https://codereview.appspot.com/15100044/diff/150001/src/cmd/fossil/flfmt9660.c File src/cmd/fossil/flfmt9660.c (right): https://codereview.appspot.com/15100044/diff/150001/src/cmd/fossil/flfmt9660.c#newcode237 src/cmd/fossil/flfmt9660.c:237: if(memcmp(v->magic, "\x01\x43\x44\x30\x30\x31\x01\x00", 8) != 0) how about "\001CD001\001\000"?
10 years, 6 months ago (2013-10-23 18:20:53 UTC) #4
0intro
Hello rsc, rsc@golang.org, Please take another look.
10 years, 6 months ago (2013-10-23 18:30:44 UTC) #5
0intro
https://codereview.appspot.com/15100044/diff/150001/src/cmd/fossil/flfmt9660.c File src/cmd/fossil/flfmt9660.c (right): https://codereview.appspot.com/15100044/diff/150001/src/cmd/fossil/flfmt9660.c#newcode237 src/cmd/fossil/flfmt9660.c:237: if(memcmp(v->magic, "\x01\x43\x44\x30\x30\x31\x01\x00", 8) != 0) On 2013/10/23 18:20:53, rsc ...
10 years, 6 months ago (2013-10-23 18:33:30 UTC) #6
rsc
LGTM For what it's worth, if I say LGTM but make a few comments and ...
10 years, 6 months ago (2013-10-23 18:55:42 UTC) #7
0intro
OK, thanks!
10 years, 6 months ago (2013-10-23 20:09:51 UTC) #8
0intro
10 years, 6 months ago (2013-10-23 20:10:41 UTC) #9
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b