Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

99c: mismatched types, got *[2]*struct{...}, expected **struct{...} #6

Closed
cznic opened this issue Oct 12, 2017 · 1 comment
Closed
Assignees
Labels
Projects

Comments

@cznic
Copy link
Owner

cznic commented Oct 12, 2017

@opennota Fixing #5 unearthed another error:

$ cd $GOPATH/src/github.com/google/zopfli/src/zopfli
$ 99c *.c
99c: mismatched types, got *[2]*struct{weight uint64,tail *struct{},count int32}, expected **struct{weight uint64,tail *struct{},count int32}
ZopfliLengthLimitedCodeLengths:0x14a: 	convert         	**struct{weight uint64,tail *struct{},count int32}, *[2]*struct{weight uint64,tail *struct{},count int32}	; katajainen.c:246:37
$ 
@cznic cznic added the bug label Oct 12, 2017
@cznic cznic self-assigned this Oct 12, 2017
cznic pushed a commit to cznic/ccir that referenced this issue Oct 12, 2017
@cznic
Copy link
Owner Author

cznic commented Oct 12, 2017

There's still a problem to solve, reopenning.

cznic pushed a commit to cznic/ccir that referenced this issue Oct 12, 2017
@cznic cznic reopened this Oct 13, 2017
@cznic cznic added this to Issues in zopfli Oct 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
zopfli
Issues
Development

No branches or pull requests

1 participant