Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Issue 1067933003: Fix an unused variable in NSPR (Closed)

Created:
5 years, 8 months ago by davidben
Modified:
5 years, 8 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : wtc comments #

Patch Set 3 : tabs #

Patch Set 4 : local patch instead #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M README.chromium View 1 2 3 1 chunk +2 lines, -0 lines 2 comments Download
M nspr/pr/src/io/prfdcach.c View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A patches/nspr-unused-variable.patch View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
davidben
I believe the error is: third_party\nss\nspr\pr\src\io\prfdcach.c(216) : warning C4101: 'pop' : unreferenced local variable May ...
5 years, 8 months ago (2015-04-10 17:31:03 UTC) #2
wtc
On 2015/04/10 17:31:03, David Benjamin wrote: > I believe the error is: > third_party\nss\nspr\pr\src\io\prfdcach.c(216) : ...
5 years, 8 months ago (2015-04-10 18:26:12 UTC) #3
davidben
On 2015/04/10 18:26:12, wtc wrote: > On 2015/04/10 17:31:03, David Benjamin wrote: > > I ...
5 years, 8 months ago (2015-04-10 18:28:51 UTC) #4
wtc
Patch set 1 LGTM. I would fix the compiler warning with a local patch, but ...
5 years, 8 months ago (2015-04-10 22:22:06 UTC) #6
davidben
https://codereview.chromium.org/1067933003/diff/1/nss.gyp File nss.gyp (right): https://codereview.chromium.org/1067933003/diff/1/nss.gyp#newcode248 nss.gyp:248: # TODO(davidben): suppress C4101 in prfdcach.c. On 2015/04/10 22:22:06, ...
5 years, 8 months ago (2015-04-13 18:47:53 UTC) #7
davidben
Switched to a local patch instead.
5 years, 8 months ago (2015-04-13 19:04:56 UTC) #8
Ryan Sleevi
LGTM (and uprev DEPS)
5 years, 8 months ago (2015-04-13 19:09:20 UTC) #9
davidben
Committed patchset #4 (id:60001) manually as 294785 (presubmit successful).
5 years, 8 months ago (2015-04-13 19:12:49 UTC) #10
wtc
https://codereview.chromium.org/1067933003/diff/60001/README.chromium File README.chromium (right): https://codereview.chromium.org/1067933003/diff/60001/README.chromium#newcode39 README.chromium:39: - patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow ...
5 years, 8 months ago (2015-04-14 02:31:34 UTC) #11
davidben
5 years, 8 months ago (2015-04-21 20:31:33 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/1067933003/diff/60001/README.chromium
File README.chromium (right):

https://codereview.chromium.org/1067933003/diff/60001/README.chromium#newcode39
README.chromium:39: - patches/nspr-remove-io.patch: Remove IO operations in NSPR
to allow NSS
On 2015/04/14 02:31:34, wtc wrote:
> 
> NSPR patches are described in this section. Since this patch is expected to be
> removed soon, it may not be worth the trouble fixing this.

Whoops, I didn't notice that. I'll go upload a CL to fix it since it'll be
pretty quick.

Powered by Google App Engine
This is Rietveld 408576698