Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdff6797

Browse files
committed
Disable warning 4090 = different const qualifiers on msvc since it
warns about things that aren't wrong.
1 parent430d082 commitdff6797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Project.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Project;
33
#
44
# Package that encapsulates a Visual C++ project file generation
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.12 2007/06/12 18:31:28 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.13 2007/07/25 10:51:03 mha Exp $
77
#
88
use Carp;
99
use strict;
@@ -30,7 +30,7 @@ sub new
3030
prefixincludes=>'',
3131
defines=>';',
3232
solution=>$solution,
33-
disablewarnings=>'4018;4244;4273;4102',
33+
disablewarnings=>'4018;4244;4273;4102;4090',
3434
disablelinkerwarnings=>''
3535
};
3636

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp