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

Issue 53820046: code review 53820046: cmd/gc, cmd/ld: fix Plan 9 warnings (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by 0intro
Modified:
11 years, 1 month ago
Reviewers:
rsc
CC:
rsc, golang-codereviews
Visibility:
Public.

Description

cmd/gc, cmd/ld: fix Plan 9 warnings warning: /usr/go/src/cmd/gc/obj.c:23 format mismatch -10d VLONG, arg 9 warning: /usr/go/src/cmd/gc/plive.c:1680 set and not used: printed warning: /usr/go/src/cmd/ld/lib.c:332 non-interruptable temporary warning: /usr/go/src/cmd/ld/lib.c:338 non-interruptable temporary

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M src/cmd/gc/obj.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/plive.c View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/cmd/ld/lib.c View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3
0intro
Hello rsc (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 1 month ago (2014-01-22 19:35:53 UTC) #1
rsc
LGTM
11 years, 1 month ago (2014-01-22 20:15:26 UTC) #2
0intro
11 years, 1 month ago (2014-01-22 20:21:27 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=b7360907d178 ***

cmd/gc, cmd/ld: fix Plan 9 warnings

warning: /usr/go/src/cmd/gc/obj.c:23 format mismatch -10d VLONG, arg 9
warning: /usr/go/src/cmd/gc/plive.c:1680 set and not used: printed
warning: /usr/go/src/cmd/ld/lib.c:332 non-interruptable temporary
warning: /usr/go/src/cmd/ld/lib.c:338 non-interruptable temporary

R=rsc
CC=golang-codereviews
https://codereview.appspot.com/53820046
Sign in to reply to this message.

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