mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-10-21 19:24:18 +03:00
Fixed warning
This commit is contained in:
parent
5dddb2ce94
commit
3eecafd62c
|
@ -149,7 +149,7 @@ assemble_metadata(const char *band_json) {
|
|||
}
|
||||
|
||||
int
|
||||
export_named_type(struct ArrowSchema *schema, char *format, char *name) {
|
||||
export_named_type(struct ArrowSchema *schema, char *format, const char *name) {
|
||||
char *formatp;
|
||||
char *namep;
|
||||
size_t format_len = strlen(format) + 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user