Changes between Initial Version and Version 1 of Ticket #16763, comment 20


Ignore:
Timestamp:
Nov 19, 2021, 5:57:12 PM (2 years ago)
Author:
davidkaroly

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16763, comment 20

    initial v1  
    22https://github.com/mirror/make/blob/master/src/dir.c#L1262
    33
    4 It's trying to a sizeof on d_name which is now char[].
     4It's trying to do sizeof() on d_name which is now char[].
    55Apparently gcc-8.3.0 is not happy about this. I haven't tried it on gcc-11.