8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8491998 commit 8292079Copy full SHA for 8292079
src/tools/msvc/Project.pm
@@ -3,7 +3,7 @@ package Project;
3
#
4
# Package that encapsulates a Visual C++ project file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.23 2010/01/01 17:34:25 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.24 2010/01/02 15:18:42 mha Exp $
7
8
use Carp;
9
use strict;
@@ -31,7 +31,7 @@ sub new
31
prefixincludes => '',
32
defines => ';',
33
solution => $solution,
34
- disablewarnings => '4018;4244;4273;4102;4090',
+ disablewarnings => '4018;4244;4273;4102;4090;4267',
35
disablelinkerwarnings => '',
36
vcver => $solution->{vcver},
37
platform => $solution->{platform},
0 commit comments