Skip to content

Commit 4eca9c6

Browse files
committed
glbinding: Disable warning C4592.
1 parent d7380e1 commit 4eca9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Externals/glbinding.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<BufferSecurityCheck>true</BufferSecurityCheck>
7878
<CompileAs>CompileAsCpp</CompileAs>
7979
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
80-
<DisableSpecificWarnings>4251;4267</DisableSpecificWarnings>
80+
<DisableSpecificWarnings>4251;4267;4592</DisableSpecificWarnings>
8181
<ExceptionHandling>Sync</ExceptionHandling>
8282
<FloatingPointModel>Precise</FloatingPointModel>
8383
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
@@ -119,7 +119,7 @@
119119
<AssemblerListingLocation>Release/</AssemblerListingLocation>
120120
<BufferSecurityCheck>false</BufferSecurityCheck>
121121
<CompileAs>CompileAsCpp</CompileAs>
122-
<DisableSpecificWarnings>4251;4267</DisableSpecificWarnings>
122+
<DisableSpecificWarnings>4251;4267;4592</DisableSpecificWarnings>
123123
<ExceptionHandling>Sync</ExceptionHandling>
124124
<FloatingPointModel>Precise</FloatingPointModel>
125125
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>

0 commit comments

Comments
 (0)