root/win32/xsd-3.1.0-i686/libxsd/xsd/cxx/compilers/vc-8/pre.hxx @ 111

Revision 111, 0.8 kB (checked in by mido, 16 years ago)

pridana knihovna XSD (a jeji chlebodarkyne XERCES), v ramci Win32 zprovoznen priklad tests/test_xsd_hello.cxx

Line 
1// file      : xsd/cxx/compilers/vc-8/pre.hxx
2// author    : Boris Kolpackov <boris@codesynthesis.com>
3// copyright : Copyright (c) 2005-2008 Code Synthesis Tools CC
4// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file
5
6// These warnings had to be disabled "for good".
7//
8#pragma warning (disable:4250) // inherits via dominance
9
10
11// Push warning state.
12//
13#pragma warning (push, 3)
14
15
16// Disabled warnings.
17//
18#pragma warning (disable:4355) // passing 'this' to a member
19#pragma warning (disable:4800) // forcing value to bool
20#pragma warning (disable:4275) // non dll-interface base
21#pragma warning (disable:4251) // base needs to have dll-interface
22#pragma warning (disable:4224) // nonstandard extension  (/Za option)
23
24
25// Elevated warnings.
26//
27#pragma warning (2:4239) // standard doesn't allow this conversion
Note: See TracBrowser for help on using the browser.