Giter Site home page Giter Site logo

Comments (3)

walbourn avatar walbourn commented on May 21, 2024

The instances of warning #1899: multicharacter character literal are easily fixed using the MAKEFOURCC macro I already use in dds.h.

from directxtk12.

walbourn avatar walbourn commented on May 21, 2024

I'm suppressing some noise as well:

#ifdef __INTEL_COMPILER
#pragma warning(disable : 161 2960 3280)
// warning #161: unrecognized #pragma
// message #2960: allocation may not satisfy the type's alignment; consider using <aligned_new> header
// message #3280: declaration hides member
#endif

The first is due to use the of pragma prefast

The second wants me to use a C++17 feature

The third is a particular case that Visual C++ decided to stop complaining about

from directxtk12.

walbourn avatar walbourn commented on May 21, 2024

The conformance issues in the code have been fixed in this commit

The Intel C++ 18 compiler (18.0.1) has some internal bugs with std::make_unique that need fixed before the code will safely compile.

error : assertion failed at: "shared/cfe/edgcpfe/templates.c", line 7609
effect = std::make_unique(device.Get());

These are fixed in the Intel C++ 18 compiler (18.0.3) which is in the Intel System Studio 2018 Update 2 and Intel Performance Studio-XE 2018 Update 3.

from directxtk12.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.