Skip to content

Commit

Permalink
glbinding: Disable warning C4592.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Dec 8, 2015
1 parent d7380e1 commit 4eca9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Externals/glbinding.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<BufferSecurityCheck>true</BufferSecurityCheck>
<CompileAs>CompileAsCpp</CompileAs>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4251;4267</DisableSpecificWarnings>
<DisableSpecificWarnings>4251;4267;4592</DisableSpecificWarnings>
<ExceptionHandling>Sync</ExceptionHandling>
<FloatingPointModel>Precise</FloatingPointModel>
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
Expand Down Expand Up @@ -119,7 +119,7 @@
<AssemblerListingLocation>Release/</AssemblerListingLocation>
<BufferSecurityCheck>false</BufferSecurityCheck>
<CompileAs>CompileAsCpp</CompileAs>
<DisableSpecificWarnings>4251;4267</DisableSpecificWarnings>
<DisableSpecificWarnings>4251;4267;4592</DisableSpecificWarnings>
<ExceptionHandling>Sync</ExceptionHandling>
<FloatingPointModel>Precise</FloatingPointModel>
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
Expand Down

0 comments on commit 4eca9c6

Please sign in to comment.