diff options
Diffstat (limited to 'auto/lib/pcre')
-rw-r--r-- | auto/lib/pcre/makefile.bcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/pcre/makefile.bcc b/auto/lib/pcre/makefile.bcc index a2dc5fbfc..9fd821d64 100644 --- a/auto/lib/pcre/makefile.bcc +++ b/auto/lib/pcre/makefile.bcc @@ -2,7 +2,7 @@ # Copyright (C) Igor Sysoev -CFLAGS = -q -O2 -tWM $(CPU_OPT) +CFLAGS = -q -O2 -tWM -w-8004 $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 |