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 430d082 commit dff6797Copy full SHA for dff6797
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.12 2007/06/12 18:31:28 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.13 2007/07/25 10:51:03 mha Exp $
7
8
use Carp;
9
use strict;
@@ -30,7 +30,7 @@ sub new
30
prefixincludes => '',
31
defines => ';',
32
solution => $solution,
33
- disablewarnings => '4018;4244;4273;4102',
+ disablewarnings => '4018;4244;4273;4102;4090',
34
disablelinkerwarnings => ''
35
};
36
0 commit comments