From 2ed4e993f7e346287b931f4796ec89b000bc8cb0 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 5 Jun 2019 14:33:43 +0100 Subject: [PATCH] Remove -wno-extended-offsetof flag, no longer needed and not compatible with all the versions of clang that we need to support. Copied from Perforce Change: 196189 --- mps/code/ll.gmk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mps/code/ll.gmk b/mps/code/ll.gmk index db30cde45f0..3835c9d99a9 100644 --- a/mps/code/ll.gmk +++ b/mps/code/ll.gmk @@ -3,7 +3,7 @@ # ll.gmk: GNUMAKEFILE FRAGMENT FOR CLANG/LLVM # # $Id$ -# Copyright (c) 2001-2014 Ravenbrook Limited. See end of file for license. +# Copyright (c) 2001-2019 Ravenbrook Limited. See end of file for license. # # This file is included by platform makefiles that use the Clang/LLVM # compiler. It defines the compiler-specific variables that the @@ -24,7 +24,6 @@ CFLAGSCOMPILER := \ -Wmissing-prototypes \ -Wmissing-variable-declarations \ -Wnested-externs \ - -Wno-extended-offsetof \ -Wpointer-arith \ -Wshadow \ -Wstrict-aliasing=2 \ @@ -53,7 +52,7 @@ endef # C. COPYRIGHT AND LICENSE # -# Copyright (C) 2001-2014 Ravenbrook Limited . +# Copyright (C) 2001-2019 Ravenbrook Limited . # All rights reserved. This is an open source license. Contact # Ravenbrook for commercial licensing options. #