guetzli-go icon indicating copy to clipboard operation
guetzli-go copied to clipboard

warning: type uses the anonymous namespace

Open chai2010 opened this issue 8 years ago • 1 comments

# github.com/chai2010/guetzli-go
In file included from .\z_guetzli_processor.cc:5:0:
C:/Users/chai/go/src/github.com/chai2010/guetzli-go/internal/guetzli-1.0/guetzli/processor.cc:180:7: warning: 'guetzli::QuantMatrixGenerator' has a field 'guetzli::QuantMatrixGenerator::quants_' whose type uses the anonymous namespace
 class QuantMatrixGenerator {
       ^

windows, linux

chai2010 avatar Mar 20 '17 07:03 chai2010

GOROOT=/home/lrf/lrf/vscode/go1.9/go #gosetup
GOPATH=/home/lrf/lrf/vscode/workspacego #gosetup
/home/lrf/lrf/vscode/go1.9/go/bin/go get -t -v github.com/chai2010/guetzli-go/... #gosetup
github.com/chai2010/guetzli-go
# github.com/chai2010/guetzli-go
In file included from z_guetzli_processor.cc:5:0:
./internal/guetzli-1.0.1/guetzli/processor.cc:180:7: warning: ‘guetzli::QuantMatrixGenerator’ has a field ‘guetzli::QuantMatrixGenerator::quants_’ whose type uses the anonymous namespace
 class QuantMatrixGenerator {

lengrongfu avatar Nov 25 '17 03:11 lengrongfu