Closed GoogleCodeExporter closed 8 years ago
Attaching fix as a patch.
Original comment by cbsm...@gmail.com
on 28 Apr 2012 at 4:21
Attachments:
Which GCC version is this? Sounds like a compiler bug if __STDC_VERSION__ is
indicating C99 is fully supported.
Original comment by fnjo...@gmail.com
on 1 May 2012 at 2:37
It's gcc-4.6.2 as built for Solaris/SmartOS. Honestly, even if it was
indicating only C89 compliance, the code would still select uint32_t
opt_sqn[0];, which is not a good idea. If you detect __cplusplus, which abhors
0-length types, you really should only go with the int32_t opt_sqn[1].
Original comment by cbsm...@gmail.com
on 1 May 2012 at 3:26
Yup, I'm ending with the same conclusion.
Original comment by fnjo...@gmail.com
on 16 May 2012 at 12:51
Original issue reported on code.google.com by
cbsm...@gmail.com
on 28 Apr 2012 at 4:14