Skip to content

Commit 64d6a72

Browse files
lucasmeijerTak
authored andcommitted
disable eglib warning on x64
1 parent f355e32 commit 64d6a72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

msvc/eglib.vcproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="9,00"
4+
Version="9.00"
55
Name="eglib"
66
ProjectGUID="{158073ED-99AE-4196-9EDC-DDB2344F8466}"
77
RootNamespace="eglib"
@@ -121,6 +121,7 @@
121121
WarnAsError="true"
122122
Detect64BitPortabilityProblems="true"
123123
DebugInformationFormat="3"
124+
DisableSpecificWarnings="4232"
124125
/>
125126
<Tool
126127
Name="VCManagedResourceCompilerTool"
@@ -250,6 +251,7 @@
250251
WarnAsError="true"
251252
Detect64BitPortabilityProblems="true"
252253
DebugInformationFormat="3"
254+
DisableSpecificWarnings="4232"
253255
/>
254256
<Tool
255257
Name="VCManagedResourceCompilerTool"
@@ -381,6 +383,7 @@
381383
WarnAsError="true"
382384
Detect64BitPortabilityProblems="true"
383385
DebugInformationFormat="3"
386+
DisableSpecificWarnings="4232"
384387
/>
385388
<Tool
386389
Name="VCManagedResourceCompilerTool"
@@ -510,6 +513,7 @@
510513
WarnAsError="true"
511514
Detect64BitPortabilityProblems="true"
512515
DebugInformationFormat="3"
516+
DisableSpecificWarnings="4232"
513517
/>
514518
<Tool
515519
Name="VCManagedResourceCompilerTool"

0 commit comments

Comments
 (0)