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:
parent
3df69e4749
commit
3613a75914
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue