google / google/ios-webkit-debug-proxy
Build failure with recent gcc
Open
- Dominant language
- C
- Stars
- 6.2k
- Forks
- 480
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Version 1.9.2 fails to build with `gcc version 15.2.1 20260209 (GCC)` with following error:
```
ios_webkit_debug_proxy.c: In function ‘iwdp_get_content_type’:
ios_webkit_debug_proxy.c:1974:18: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
1974 | char *fext = strrchr(path, '.');
| ^~~~~~~
```
Contributor guide
Assessment
This issue has not been assessed yet.