Skip to content

Fixed compiler error with incomplete declaration of gdb_validate#34

Open
nfox18212 wants to merge 1 commit intoutzig:masterfrom
nfox18212:master
Open

Fixed compiler error with incomplete declaration of gdb_validate#34
nfox18212 wants to merge 1 commit intoutzig:masterfrom
nfox18212:master

Conversation

@nfox18212
Copy link
Copy Markdown

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