Commit dca4ab0f authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix CLANG error

Declared variable-length array (VLA) has zero size

CLANG assumed new_cnt was <= 0.

uint64_t grp_used_tres[new_cnt],
	 grp_used_tres_run_secs[new_cnt];
parent 71ca3d86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment