diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/config.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mps/code/config.h b/mps/code/config.h index fa944167710..29abad920f7 100644 --- a/mps/code/config.h +++ b/mps/code/config.h | |||
| @@ -164,12 +164,6 @@ | |||
| 164 | #error "Expected _MSC_VER to be defined for builder.mv" | 164 | #error "Expected _MSC_VER to be defined for builder.mv" |
| 165 | #endif /* _MSC_VER */ | 165 | #endif /* _MSC_VER */ |
| 166 | 166 | ||
| 167 | /* MSVC 10.00 on PowerPC generates erroneous warnings about */ | ||
| 168 | /* uninitialized local variables, if you take their address. */ | ||
| 169 | #ifdef MPS_ARCH_PP | ||
| 170 | #pragma warning(disable: 4701) | ||
| 171 | #endif /* MPS_ARCH_PP */ | ||
| 172 | |||
| 173 | 167 | ||
| 174 | /* Non-checking varieties give many spurious warnings because parameters | 168 | /* Non-checking varieties give many spurious warnings because parameters |
| 175 | * are suddenly unused, etc. We aren't interested in these | 169 | * are suddenly unused, etc. We aren't interested in these |
| @@ -259,7 +253,7 @@ | |||
| 259 | define what signal number to use, and what si_code value to check. | 253 | define what signal number to use, and what si_code value to check. |
| 260 | */ | 254 | */ |
| 261 | 255 | ||
| 262 | #if defined(MPS_OS_SO) || defined(MPS_OS_FR) | 256 | #if defined(MPS_OS_FR) |
| 263 | #define PROT_SIGNAL (SIGSEGV) | 257 | #define PROT_SIGNAL (SIGSEGV) |
| 264 | #elif defined(MPS_OS_XC) | 258 | #elif defined(MPS_OS_XC) |
| 265 | #define PROT_SIGNAL (SIGBUS) | 259 | #define PROT_SIGNAL (SIGBUS) |