eyalroz / ssb-dbgen

Star Schema Benchmark data set generator (dbgen) - unified repository

Home Page:http://www.cs.umb.edu/~poneil/StarSchemaB.PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings due to "%d" printf format flags for long int arguments

eyalroz opened this issue · comments

Many of the s/n/fprintf instructions use "%d" format codes for arguments which are long ints rather than just ints - and that's not the same thing necessarily.

Resolved in this commit and this commit of atanasovskib/ssb-dbgen, and independently in this commit of fimbulvetr/ssb-dbgen . Will merge the first of these repos first and keep its changes.

We still have a bunch of these warnings when we compile with the TPCH workload...