Summary: | -Wincompatible-pointer-types warning in base/fapi_ft.c | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Sam James <sam> |
Component: | Build Process | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chris.liddell |
Priority: | P2 | ||
Version: | 10.02.0 | ||
Hardware: | PC | ||
OS: | All | ||
See Also: | https://bugs.ghostscript.com/show_bug.cgi?id=707502 | ||
Customer: | Word Size: | --- |
Description
Sam James
2023-09-14 03:27:43 UTC
I assume this should solve it: https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=b7beb19ad06e Frankly, I *strongly* disagree with that warning. The whole point of void pointer function parameters is that they are compatible with *every* type - hence why free() takes a void * parameter. But whatever..... |