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 compiler warnings (unused variables, misleading braces etc.)

eyalroz opened this issue · comments

When we turn the compiler warnings on (with -Wall), we get warnings about:

  • Unused variables
  • Initialized-but-unused variables
  • Misleading braces or lack thereof

Let's fix this.

(this issue mirrors this one and this followup for ssb-dbgen)