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

Issue 108570043: code review 108570043: liblink: fix warnings on Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by 0intro
Modified:
10 years, 8 months ago
Reviewers:
minux
CC:
minux, golang-codereviews
Visibility:
Public.

Description

liblink: fix warnings on Plan 9 warning: /usr/go/src/liblink/asm5.c:720 set and not used: m warning: /usr/go/src/liblink/asm5.c:807 set and not used: c

Patch Set 1 #

Patch Set 2 : diff -r 36cc211b26b4 https://code.google.com/p/go #

Total comments: 2

Patch Set 3 : diff -r 36cc211b26b4 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M src/liblink/asm5.c View 1 2 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 4
0intro
Hello minux (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 8 months ago (2014-07-11 20:12:10 UTC) #1
minux
LGTM. https://codereview.appspot.com/108570043/diff/40001/src/liblink/asm5.c File src/liblink/asm5.c (right): https://codereview.appspot.com/108570043/diff/40001/src/liblink/asm5.c#newcode803 src/liblink/asm5.c:803: m = o->size; you may as well remove ...
10 years, 8 months ago (2014-07-11 20:19:50 UTC) #2
0intro
https://codereview.appspot.com/108570043/diff/40001/src/liblink/asm5.c File src/liblink/asm5.c (right): https://codereview.appspot.com/108570043/diff/40001/src/liblink/asm5.c#newcode803 src/liblink/asm5.c:803: m = o->size; On 2014/07/11 20:19:50, minux wrote: > ...
10 years, 8 months ago (2014-07-11 20:24:20 UTC) #3
0intro
10 years, 8 months ago (2014-07-11 20:24:51 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=59c67dc02832 ***

liblink: fix warnings on Plan 9

warning: /usr/go/src/liblink/asm5.c:720 set and not used: m
warning: /usr/go/src/liblink/asm5.c:807 set and not used: c

LGTM=minux
R=minux
CC=golang-codereviews
https://codereview.appspot.com/108570043
Sign in to reply to this message.

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