Skip to content

Conversation

@zheguang
Copy link

This patch adds -std=gnu99 flag to gcc to avoid compilation errors due to difference in C standards.

For example, at default gnu++17 on gcc version 15, there is the following compilation error:

driver.c:335:33: error: too many arguments to function ‘tdefs[tnum].loader’; expected 0, have 2
  335 |                                 tdefs[tnum].loader(&o, upd_num);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant