summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/vc6-4786.h
blob: 1696664212f69eb2495fd936f89803dc97824e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
* @file vc6-4786.h
* @author Will Otte <wotte@dre.vanderbilt.edu
* $Id$
* Silences that nefarious 4786 warning in a bit cleaner way
* than sprinkling the same preprocessor directives all over the code.
*/

#ifndef VC6_4786_H_
# define VC6_4786_H_
# if defined (_MSC_VER) && (_MSC_VER < 1300)
#  pragma warning (disable: 4786)
# endif
#endif /* VC6_4786_H_ */