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

Commit8292079

Browse files
committed
Silence compiler warning about size of size_t being larger than the result
variable it's stored in. We know this can never happen. Per discussion.
1 parent8491998 commit8292079

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.23 2010/01/01 17:34:25 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.24 2010/01/02 15:18:42 mha Exp $
77
#
88
use Carp;
99
use strict;
@@ -31,7 +31,7 @@ sub new
3131
prefixincludes=>'',
3232
defines=>';',
3333
solution=>$solution,
34-
disablewarnings=>'4018;4244;4273;4102;4090',
34+
disablewarnings=>'4018;4244;4273;4102;4090;4267',
3535
disablelinkerwarnings=>'',
3636
vcver=>$solution->{vcver},
3737
platform=>$solution->{platform},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp