SahilKang opened a new pull request, #2798:
URL: https://github.com/apache/avro/pull/2798
## What is the purpose of the change
This removes the following warning:
```
avro/lang/c/src/st.c:240:13: warning: passing arguments to a function
without a prototype is deprecated in all versions of C and is not
supported in C2x [-Wdeprecated-non-prototype]
hash_val = do_hash(key, table);
```
## Verifying this change
This change is already covered by existing tests, such as `make test`
## Documentation
No new features are added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]