Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AVRO-3954: [C] Fix type in quickstop example
This removes the following warning: avro/lang/c/examples/quickstop.c:123:40: warning: incompatible pointer types passing 'int32_t **' (aka 'int **') to parameter of type 'const char **' [-Wincompatible-pointer-types] avro_value_get_string(&first_value, &p, &size); Signed-off-by: Sahil Kang <[email protected]> Signed-off-by: Sahil Kang <[email protected]>
- Loading branch information