Changes between Initial Version and Version 1 of Ticket #16763, comment 20
- Timestamp:
- Nov 19, 2021, 5:57:12 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16763, comment 20
initial v1 2 2 https://github.com/mirror/make/blob/master/src/dir.c#L1262 3 3 4 It's trying to a sizeofon d_name which is now char[].4 It's trying to do sizeof() on d_name which is now char[]. 5 5 Apparently gcc-8.3.0 is not happy about this. I haven't tried it on gcc-11.