Closed dividedmind closed 2 years ago
Init_appmap() is an old (K&R) C signature style which is wrong and causes a warning with -Wold-style-definition (and an error with -Werror).
Init_appmap()
-Wold-style-definition
-Werror
:tada: This PR is included in version 0.93.4 :tada:
The release is available on:
v0.93.4
Your semantic-release bot :package::rocket:
Init_appmap()
is an old (K&R) C signature style which is wrong and causes a warning with-Wold-style-definition
(and an error with-Werror
).