chai2010 / guetzli-go

Guetzli perceptual JPEG encoder for Go (Zero Dependencies).
https://godoc.org/github.com/chai2010/guetzli-go
85 stars 7 forks source link

warning: type uses the anonymous namespace #4

Open chai2010 opened 7 years ago

chai2010 commented 7 years ago
# 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

lengrongfu commented 6 years ago
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 {