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

Issue 176130043: [dev.cc] code review 176130043: liblink: fix warnings on Plan 9 (Closed)

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

Description

liblink: fix warnings on Plan 9 warning: src/liblink/list6.c:94 set and not used: s warning: src/liblink/list6.c:157 format mismatch ld VLONG, arg 3 warning: src/liblink/list6.c:157 format mismatch E UINT, arg 4 warning: src/liblink/list6.c:157 format mismatch d VLONG, arg 5 warning: src/liblink/list6.c:163 set and not used: s warning: src/liblink/list9.c:105 set and not used: s warning: src/liblink/list9.c:185 format mismatch ld VLONG, arg 3 warning: src/liblink/list9.c:185 format mismatch E UINT, arg 4 warning: src/liblink/list9.c:185 format mismatch d VLONG, arg 5 warning: src/liblink/list9.c:193 set and not used: s

Patch Set 1 #

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

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

Patch Set 4 : diff -r bc49109cdaea23bbca2d24e3a3c2b933dce7d4bf https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M include/link.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/liblink/list6.c View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/liblink/list9.c View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3
0intro
Hello rsc (cc: austin, golang-codereviews@googlegroups.com, minux), I'd like you to review this change to the ...
10 years, 4 months ago (2014-11-21 19:39:36 UTC) #1
rsc
LGTM
10 years, 4 months ago (2014-11-21 19:48:39 UTC) #2
0intro
10 years, 4 months ago (2014-11-21 19:57:06 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=0727b2c0c2d7 ***

[dev.cc] liblink: fix warnings on Plan 9

warning: src/liblink/list6.c:94 set and not used: s
warning: src/liblink/list6.c:157 format mismatch ld VLONG, arg 3
warning: src/liblink/list6.c:157 format mismatch E UINT, arg 4
warning: src/liblink/list6.c:157 format mismatch d VLONG, arg 5
warning: src/liblink/list6.c:163 set and not used: s
warning: src/liblink/list9.c:105 set and not used: s
warning: src/liblink/list9.c:185 format mismatch ld VLONG, arg 3
warning: src/liblink/list9.c:185 format mismatch E UINT, arg 4
warning: src/liblink/list9.c:185 format mismatch d VLONG, arg 5
warning: src/liblink/list9.c:193 set and not used: s

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

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