fix vs2013 specific warnings.

This commit is contained in:
Kim Kulling
2020-03-18 19:31:30 +01:00
parent d1afd97ec2
commit 097d2faeea
4 changed files with 16 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using namespace Assimp;
void mydummy() {}
#ifdef _WIN32
# pragma warning( disable : 4709 )
#endif // _WIN32
// ------------------------------------------------------------------------------------------------
/** Subdivider stub class to implement the Catmull-Clarke subdivision algorithm. The
* implementation is basing on recursive refinement. Directly evaluating the result is also