Skip to content

Conversation

@nfox18212
Copy link

When attempting to compile this project, gdb_validate in gdb.c had an incomplete definition that would cause the compiler to fail. Line 146 of gdb.c attempted to call gdb_validate with two arguments: pGdbCtx->pResp and pGdbCtx->csum. Because the original definition of gdb_validate did not list any arguments, the file would fail to compile. All I did was add two dummy variables a and b.

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