Skip to content
  • Simon Peyton Jones's avatar
    6a067226
    Add -Werror=-Wno-error=incomplete-record-selectors to hadrian-multi · 6a067226
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    In the main MR, -Wall now includes -Wincomplete-record-selectors.
    However `hadrian-multi` has many, many warnings about incomplete
    record selectors, so this patch stops those warnings being treated
    as errors.  (See discussion on !13308.)
    
    A better fix would be to remove the use of incomplete record
    selectors, since each of them represents a potential crash.
    6a067226
    Add -Werror=-Wno-error=incomplete-record-selectors to hadrian-multi
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    In the main MR, -Wall now includes -Wincomplete-record-selectors.
    However `hadrian-multi` has many, many warnings about incomplete
    record selectors, so this patch stops those warnings being treated
    as errors.  (See discussion on !13308.)
    
    A better fix would be to remove the use of incomplete record
    selectors, since each of them represents a potential crash.
Loading