summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/vc6-4786.h
blob: ab8457de1cd7641e363f23ff6240de6848f55b51 (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_ */