diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-08 10:12:13 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-08 10:12:13 -0500 |
commit | 8dabe1b55245c7c37c96e39931f4b235f96c0a95 (patch) | |
tree | cf3fbab5af8d022f491123aad080a66fc09774e4 /BUILD/VS2008X | |
parent | 8729c355edc0e0a9763f7f9c091351a12a642f54 (diff) | |
download | lynx-snapshots-8dabe1b55245c7c37c96e39931f4b235f96c0a95.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6b
Diffstat (limited to 'BUILD/VS2008X')
-rw-r--r-- | BUILD/VS2008X/lynx/lynx_cfg.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/BUILD/VS2008X/lynx/lynx_cfg.h b/BUILD/VS2008X/lynx/lynx_cfg.h index 5a6fe71d..1856824e 100644 --- a/BUILD/VS2008X/lynx/lynx_cfg.h +++ b/BUILD/VS2008X/lynx/lynx_cfg.h @@ -1,4 +1,4 @@ -// $LynxId: lynx_cfg.h,v 1.3 2009/11/21 16:33:41 tom Exp $ +// $LynxId: lynx_cfg.h,v 1.4 2010/11/06 13:37:00 tom Exp $ // definitions abstracted from makefile.msc #ifndef LYNX_CFG_H @@ -62,9 +62,9 @@ #define FANCY_CURSES 1 #endif -#pragma warning (disable : 4244) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4267) /* conversion from 'xxx' to 'yyy', possible loss of data */ -#pragma warning (disable : 4311) /* 'type cast': pointer truncation from 'xxx' to 'yyy' FIXME */ -#pragma warning (disable : 4996) /* 'xxx': This function or variable may be unsafe. Consider using yyy instead. */ +#pragma warning (disable : 4244) /* conversion from 'xxx' to 'yyy', possible loss of data */ +#pragma warning (disable : 4267) /* conversion from 'xxx' to 'yyy', possible loss of data */ +#pragma warning (disable : 4311) /* 'type cast': pointer truncation from 'xxx' to 'yyy' FIXME */ +#pragma warning (disable : 4996) /* 'xxx': This function or variable may be unsafe. Consider using yyy instead. */ -#endif /* LYNX_CFG_H */ \ No newline at end of file +#endif /* LYNX_CFG_H */ |