Skip to content

Conversation

@trofi
Copy link

@trofi trofi commented Jul 11, 2022

On gcc-13 c++ headers don't include <stdint.h> implicitly any more.
This exposed build failure as:

/build/source/DAEValidator/library/src/XmlDoc.cpp: In member function 'virtual void opencollada::XmlDoc::readFile(const std::string&)':
/build/source/DAEValidator/library/src/XmlDoc.cpp:59:17: error: 'uint32_t' was not declared in this scope
   59 |                 uint32_t signature = *reinterpret_cast<const uint32_t*>(content.data());
      |                 ^~~~~~~~

On gcc-13 c++ headers don't include <stdint.h> implicitly any more.
This exposed build failure as:

    /build/source/DAEValidator/library/src/XmlDoc.cpp: In member function 'virtual void opencollada::XmlDoc::readFile(const std::string&)':
    /build/source/DAEValidator/library/src/XmlDoc.cpp:59:17: error: 'uint32_t' was not declared in this scope
       59 |                 uint32_t signature = *reinterpret_cast<const uint32_t*>(content.data());
          |                 ^~~~~~~~
@CLAassistant
Copy link

CLAassistant commented Jul 11, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants