aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/compilers/vc-8/pre.h
blob: dce543b349427f95435cab0ef6495a2091208eda (plain)
1
2
3
4
5
6
7
8
9
10
11
/* file      : xsde/c/compilers/vc-8/pre.h
 * author    : Boris Kolpackov <boris@codesynthesis.com>
 * copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
 * license   : GNU GPL v2 + exceptions; see accompanying LICENSE file
 */

/* Push warning state. */
#pragma warning (push, 3)

/* Disabled warnings. */
#pragma warning (disable:4996) /* deprecated function */