diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-02 15:54:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-02 15:54:34 +0000 |
commit | 98c1cf18c1a4ffb14ded78e93359f87ee7bdeed4 (patch) | |
tree | 1e2b79792bce785142da3a73a3d68fde1154b542 /src/os/win32/ngx_win32_config.h | |
parent | 46cd7c2a9bc740a2d3de03410dd84412b9d85856 (diff) | |
download | nginx-98c1cf18c1a4ffb14ded78e93359f87ee7bdeed4.tar.gz nginx-98c1cf18c1a4ffb14ded78e93359f87ee7bdeed4.zip |
nginx-0.0.7-2004-07-02-19:54:34 import
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index c48fb3823..5b126fb24 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -40,9 +40,6 @@ /* conditional expression is constant */ #pragma warning(disable:4127) -/* nonstandard extension used : bit field types other than int */ -#pragma warning(disable:4214) - /* unreachable code */ #pragma warning(disable:4702) |