eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid integer-type-size-related warnings on Windows+MinGW

eyalroz opened this issue · comments

When building on Windows with MinGW, we (still) get several integer-type-sized-related warnings about casts. Let's avoid them with some defensive casting.