MPS issue job004163

TitleScheme example does not build with Clang 11
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionReported by Travis [1] and reproducible with latest XCode:

    $ ./configure && make -C example/scheme
    error: unknown warning option '-Wno-extended-offsetof'; did you mean
          '-Wno-invalid-offsetof'? [-Werror,-Wunknown-warning-option]
AnalysisClang now requires -Wno-invalid-offsetof which is the name of the flag used by GCC.
How foundautomated_test
Evidence[1] https://travis-ci.org/Ravenbrook/mps/jobs/596086123
Created byGareth Rees
Created on2019-10-10 14:12:21
Last modified byGareth Rees
Last modified on2019-10-10 14:13:19
History2019-10-10 GDR Created.

Fixes

Change Effect Date User Description
196411 closed 2019-10-10 14:13:19 Gareth Rees Fix compilation of Scheme example on Clang 11.