Commits


Sahil Kang authored and GitHub committed 03ea96b48f7
AVRO-3960: [C] Fix st ANYARGS warning (#2798) 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); Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com> Signed-off-by: Sahil Kang <sahilkang@google.com>