guetzli-go
guetzli-go copied to clipboard
warning: type uses the anonymous namespace
# 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
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 {