On 11/12/2015 03:59 AM, Daniel Kozak wrote:
> for (i=0; i < 1000000; ++i) {
> fmttable(table);
> }
I think what we are seeing here is more due to the unused side-effect in
the loop, where compiling with -w fails compilation:
Warning: calling deneme.fmttable without side effects discards return value of type string, prepend a cast(void) if intentional
Ali
