Skip to content

Commit 8292079

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 parent 8491998 commit 8292079

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy