Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO C99 and later do not support implicit int #44

Closed
bcb opened this issue Sep 21, 2024 · 1 comment
Closed

ISO C99 and later do not support implicit int #44

bcb opened this issue Sep 21, 2024 · 1 comment

Comments

@bcb
Copy link

bcb commented Sep 21, 2024

When building, I had 3 errors like this:

#14 2.341 src/pg_amqp.c:140:21: error: parameter 'broker_id' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
#14 2.341 local_amqp_get_a_bs(broker_id) {
#14 2.341                     ^

Changing the broker_id parameters to int broker_id allowed me to build.

@bcb
Copy link
Author

bcb commented Sep 21, 2024

Duplicate of #41

@bcb bcb closed this as completed Sep 21, 2024
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

No branches or pull requests

1 participant