install: disabled warning 4711

nfs_install was failing to build in 'free' configurations because of warning 4711: function 'foo' selected for automatic inline expansion

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-10-18 10:45:38 -04:00 committed by unknown
parent 3df69e4749
commit 3613a75914

View file

@ -12,4 +12,4 @@ as well as the following warnings:
4100 - unused function call arguments (we have lots of stubs) 4100 - unused function call arguments (we have lots of stubs)
4127 - constant conditional (I like to use if(0) or if(1)) 4127 - constant conditional (I like to use if(0) or if(1))
!ENDIF !ENDIF
MSC_WARNING_LEVEL=/Wall /wd4668 /wd4619 /wd4820 /wd4255 /wd4100 /wd4127 /wd4201 /wd4214 MSC_WARNING_LEVEL=/Wall /wd4668 /wd4619 /wd4820 /wd4255 /wd4100 /wd4127 /wd4201 /wd4214 /wd4711