mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Remove #pragma warning(disable: ...) for microsoft visual c/c++ warnings that are no longer generated by the code, so that we get the maximum checking from this compiler.
Copied from Perforce Change: 185072 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d04344de11
commit
68edf84c3b
13 changed files with 25 additions and 182 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* fmtdy.c: DYLAN OBJECT FORMAT IMPLEMENTATION
|
||||
*
|
||||
* $Id$
|
||||
* Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
|
||||
* Copyright (c) 2001-2014 Ravenbrook Limited. See end of file for license.
|
||||
* Portions copyright (c) 2002 Global Graphics Software.
|
||||
*
|
||||
* .readership: MPS developers, Dylan developers
|
||||
|
|
@ -69,10 +69,6 @@
|
|||
/* MPS_END causes "constant conditional" warnings. */
|
||||
#pragma warning(disable: 4127)
|
||||
|
||||
/* windows.h causes warnings about "unreferenced inline function */
|
||||
/* has been removed". */
|
||||
#pragma warning(disable: 4514)
|
||||
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
||||
|
|
@ -844,7 +840,7 @@ mps_res_t dylan_fmt_weak(mps_fmt_t *mps_fmt_o, mps_arena_t arena)
|
|||
|
||||
/* C. COPYRIGHT AND LICENSE
|
||||
*
|
||||
* Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
* Copyright (C) 2001-2014 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
* All rights reserved. This is an open source license. Contact
|
||||
* Ravenbrook for commercial licensing options.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue