comparison nt/config.h @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents 0784d089fdc9
children
comparison
equal deleted inserted replaced
646:00c54252fe4f 647:b39c14581166
607 2. Insert textual description of the warning. 607 2. Insert textual description of the warning.
608 3. Think twice. Undo still works */ 608 3. Think twice. Undo still works */
609 #if (_MSC_VER >= 800) 609 #if (_MSC_VER >= 800)
610 610
611 /* 'expression' : signed/unsigned mismatch */ 611 /* 'expression' : signed/unsigned mismatch */
612 #pragma warning ( disable : 4018 ) 612 /* #pragma warning ( disable : 4018 ) */
613 /* unnamed type definition in parentheses 613 /* unnamed type definition in parentheses
614 (Martin added a pedantically correct definition of ALIGNOF, which 614 (Martin added a pedantically correct definition of ALIGNOF, which
615 generates temporary anonymous structures, and MSVC complains) */ 615 generates temporary anonymous structures, and MSVC complains) */
616 #pragma warning ( disable : 4116 ) 616 #pragma warning ( disable : 4116 )
617 617