mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
Catch-up merge from master sources to branch/2016-03-11/shield-coalesce to pick up xcode build fix.
Copied from Perforce Change: 190257 ServerID: perforce.ravenbrook.com
This commit is contained in:
commit
0e95c7ece8
1 changed files with 57 additions and 6 deletions
|
|
@ -5284,7 +5284,7 @@
|
|||
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_C_LANGUAGE_STANDARD = ansi;
|
||||
GCC_C_LANGUAGE_STANDARD = c89;
|
||||
GCC_OPTIMIZATION_LEVEL = s;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = CONFIG_VAR_RASH;
|
||||
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
||||
|
|
@ -5311,7 +5311,24 @@
|
|||
SDKROOT = macosx;
|
||||
SYMROOT = xc;
|
||||
WARNING_CFLAGS = (
|
||||
"-std=c89\n-pedantic\n-Waggregate-return\n-Wall\n-Wcast-qual\n-Wconversion\n-Wduplicate-enum\n-Wextra\n-Winline\n-Wmissing-prototypes\n-Wmissing-variable-declarations\n-Wnested-externs\n-Wno-extended-offsetof\n-Wpointer-arith\n-Wshadow\n-Wstrict-aliasing=2\n-Wstrict-prototypes\n-Wunreachable-code\n-Wwrite-strings\n",
|
||||
"-pedantic",
|
||||
"-Waggregate-return",
|
||||
"-Wall",
|
||||
"-Wcast-qual",
|
||||
"-Wconversion",
|
||||
"-Wduplicate-enum",
|
||||
"-Wextra",
|
||||
"-Winline",
|
||||
"-Wmissing-prototypes",
|
||||
"-Wmissing-variable-declarations",
|
||||
"-Wnested-externs",
|
||||
"-Wno-extended-offsetof",
|
||||
"-Wpointer-arith",
|
||||
"-Wshadow",
|
||||
"-Wstrict-aliasing=2",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wunreachable-code",
|
||||
"-Wwrite-strings",
|
||||
);
|
||||
};
|
||||
name = RASH;
|
||||
|
|
@ -5706,7 +5723,7 @@
|
|||
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = ansi;
|
||||
GCC_C_LANGUAGE_STANDARD = c89;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = CONFIG_VAR_COOL;
|
||||
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
||||
|
|
@ -5734,7 +5751,24 @@
|
|||
SDKROOT = macosx;
|
||||
SYMROOT = xc;
|
||||
WARNING_CFLAGS = (
|
||||
"-std=c89\n-pedantic\n-Waggregate-return\n-Wall\n-Wcast-qual\n-Wconversion\n-Wduplicate-enum\n-Wextra\n-Winline\n-Wmissing-prototypes\n-Wmissing-variable-declarations\n-Wnested-externs\n-Wno-extended-offsetof\n-Wpointer-arith\n-Wshadow\n-Wstrict-aliasing=2\n-Wstrict-prototypes\n-Wunreachable-code\n-Wwrite-strings\n",
|
||||
"-pedantic",
|
||||
"-Waggregate-return",
|
||||
"-Wall",
|
||||
"-Wcast-qual",
|
||||
"-Wconversion",
|
||||
"-Wduplicate-enum",
|
||||
"-Wextra",
|
||||
"-Winline",
|
||||
"-Wmissing-prototypes",
|
||||
"-Wmissing-variable-declarations",
|
||||
"-Wnested-externs",
|
||||
"-Wno-extended-offsetof",
|
||||
"-Wpointer-arith",
|
||||
"-Wshadow",
|
||||
"-Wstrict-aliasing=2",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wunreachable-code",
|
||||
"-Wwrite-strings",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
|
|
@ -5748,7 +5782,7 @@
|
|||
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_C_LANGUAGE_STANDARD = ansi;
|
||||
GCC_C_LANGUAGE_STANDARD = c89;
|
||||
GCC_OPTIMIZATION_LEVEL = s;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = CONFIG_VAR_HOT;
|
||||
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
||||
|
|
@ -5775,7 +5809,24 @@
|
|||
SDKROOT = macosx;
|
||||
SYMROOT = xc;
|
||||
WARNING_CFLAGS = (
|
||||
"-std=c89\n-pedantic\n-Waggregate-return\n-Wall\n-Wcast-qual\n-Wconversion\n-Wduplicate-enum\n-Wextra\n-Winline\n-Wmissing-prototypes\n-Wmissing-variable-declarations\n-Wnested-externs\n-Wno-extended-offsetof\n-Wpointer-arith\n-Wshadow\n-Wstrict-aliasing=2\n-Wstrict-prototypes\n-Wunreachable-code\n-Wwrite-strings\n",
|
||||
"-pedantic",
|
||||
"-Waggregate-return",
|
||||
"-Wall",
|
||||
"-Wcast-qual",
|
||||
"-Wconversion",
|
||||
"-Wduplicate-enum",
|
||||
"-Wextra",
|
||||
"-Winline",
|
||||
"-Wmissing-prototypes",
|
||||
"-Wmissing-variable-declarations",
|
||||
"-Wnested-externs",
|
||||
"-Wno-extended-offsetof",
|
||||
"-Wpointer-arith",
|
||||
"-Wshadow",
|
||||
"-Wstrict-aliasing=2",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wunreachable-code",
|
||||
"-Wwrite-strings",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue