Status: New
Owner: ----
New issue 1672 by
skyloo...@gmail.com: C++ version : too many initializers
for ITFReader.cpp
http://code.google.com/p/zxing/issues/detail?id=1672
The code is here:
const int DEFAULT_ALLOWED_LENGTHS_LEN = 10;
const int DEFAULT_ALLOWED_LENGTHS_[DEFAULT_ALLOWED_LENGTHS_LEN] =
{ 48, 44, 24, 20, 18, 16, 14, 12, 10, 8, 6 };
there are 11 number for array DEFAULT_ALLOWED_LENGTHS_ while it can only
contain 10.
VC++ report error for this:
2> ITFReader.cpp
2>E:\Develop\ZXing\cpp\core\src\zxing\oned\ITFReader.cpp(48): error C2078:
too many initializers
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings