Skip to content

remove K&R style declaration in writeXDR#41

Open
minijackson wants to merge 1 commit into
epics-modules:masterfrom
minijackson:fix-c23-compilation
Open

remove K&R style declaration in writeXDR#41
minijackson wants to merge 1 commit into
epics-modules:masterfrom
minijackson:fix-c23-compilation

Conversation

@minijackson

Copy link
Copy Markdown

Just as 86701bc fixed the K&R declaration in scanParamRecord.c, this change fixes the C23 compilation error:

writeXDR.c:165:24: error: too many arguments to function 'xdr_elem'; expected 0, have 2

Just as 86701bc fixed the K&R declaration
in `scanParamRecord.c`, this change fixes the C23 compilation error:

    writeXDR.c:165:24: error: too many arguments to function 'xdr_elem'; expected 0, have 2
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