Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g++ : warning: missing initializer for member #2

Closed
AssociationSirius opened this issue Oct 21, 2015 · 0 comments
Closed

g++ : warning: missing initializer for member #2

AssociationSirius opened this issue Oct 21, 2015 · 0 comments
Labels

Comments

@AssociationSirius
Copy link

with build commit /f6d01b81294e10b5ccf7700918eef60eeb16e8f1

g++ say: (with params -Wall -Wextra)

tiny_jpeg.h:
In function ‘int tje_encode_to_file_at_quality(const char_, int, int, int, int, const unsigned char_)’:

tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::ehuffcode’
tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::ht_bits’
tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::ht_vals’
tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::qt_luma’
tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::qt_chroma’
tiny_jpeg.h:1130:26: warning: missing initializer for member ‘TJEState_s::fd’

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants