Closed GoogleCodeExporter closed 8 years ago
Ah, thanks. Yeah, that is definitely invalid for the UINT64_C macro:
#define UINT64_C(x) x ## ULL
...it'll basically end up looking like "3600 * 1000 ULL", which is flat out
wrong...also sort of insidious because it avoids static code analysis (at least
the stuff I do have).
I also fixed a similar issue in one other place in code, and checked to see if
any of the other similar macro calls were in error as well..
This will get fixed in trunk; I'm probably not going to be doing a fix in the
1.9.1 branch because I haven't been doing as good of a job migrating stuff from
trunk to the branches as I should have. Sorry. I'd use trunk (r482) to get
the fix, or wait for the 2.0 release.
Original comment by kid...@gmail.com
on 13 Jul 2011 at 9:02
Thanks for your fast response. I will check out trunk as soon as I can. :)
Original comment by stephan....@helionweb.de
on 14 Jul 2011 at 11:40
Original issue reported on code.google.com by
stephan....@helionweb.de
on 13 Jul 2011 at 8:27Attachments: