tpcds-kit icon indicating copy to clipboard operation
tpcds-kit copied to clipboard

fix: Add explicit arg typing across `tools/*`.

Open jfgrea27 opened this issue 1 year ago • 0 comments

fix: Add explicit arg typing across tools/*.

Context

Some of the arguments in the functions located in tool/* do not explicitly define their type. This results in a compilation error.

Since the C99 Standard requires explicit typing in function definitions.

Changes

This PR will add typing to the function definitions.

jfgrea27 avatar Apr 16 '24 11:04 jfgrea27