Skip to content

Conversation

@dcantrell
Copy link
Contributor

Fix compiler warnings, replace deprecated code with non-deprecated code.

Mark a function argument as unused and change the type of err in
comps_parse_validate_dtd() to match what libxml returns.

Signed-off-by: Dave Cantrell <[email protected]>
Mark some function attributes as unused and make some inline functions
static, but primarily change from directly casting functions using
(PyCFunction) to using _PyCFunction_CAST() in the PyMethodDef arrays.

Signed-off-by: Dave Cantrell <[email protected]>
Fix a number of compiler warnings in the test suite.  This is mostly
from type mismatches that the compiler casted anyway.  Also, replace
the use of the deprecated fail_if() macro from libcheck with the
proper ck_assert macro.

Signed-off-by: Dave Cantrell <[email protected]>
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