mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-15 00:11:07 +00:00
fix ICC compile warning
This commit is contained in:
parent
fe20023989
commit
51a9da3bf0
@ -40,6 +40,9 @@ namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
||||
namespace {
|
||||
|
||||
#pragma warning disable 177 //function getNumPatchArrays was declared but never referenced
|
||||
|
||||
//
|
||||
// A convenience container for the different types of feature adaptive patches
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user