This avoids warnings that they are unused.
It might be better to just remove them, since they would still be
present in the Git history.
int n_vals; /* Number of values for this variable */
};
-static void
+static void UNUSED
dump_interaction (const struct interaction *iact)
{
if (CATEGORICALS_DEBUG)
const struct payload *payload;
};
-static void
+static void UNUSED
categoricals_dump (const struct categoricals *cat)
{
if (CATEGORICALS_DEBUG)