Ticket #10 (new defect)
Opened 17 months ago
Missing initializer build warnings
| Reported by: | jeff@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | codec |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description
When the file ALACEncoder.cpp is compiled with -Wall -Wextra there are "missing initializer for member" build warnings for the first two lines of ALACEncoder::GetMagicCookie():
ALACSpecificConfig theConfig = {0};
ALACAudioChannelLayout theChannelLayout = {0};
Note: See
TracTickets for help on using
tickets.
