fix api/metricsadder & apiserver/environment test compilation with ne… #3958

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
1 participant
Contributor

mwhudson commented Dec 14, 2015

…w gccgo

gccgo (in xenial at least) is stricter than gc when it comes to a certain
class of declared but not used variable, see:

https://github.com/golang/go/issues/6415
https://github.com/golang/go/issues/3059
fix api/metricsadder & apiserver/environment test compilation with ne…
…w gccgo

gccgo (in xenial at least) is stricter than gc when it comes to a certain
class of declared but not used variable, see:

    golang/go#6415
    golang/go#3059

@mwhudson mwhudson closed this Dec 14, 2015

@mwhudson mwhudson deleted the mwhudson:metricsadder-vars branch Dec 15, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment