1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 18:45:36 +00:00
openmw/apps
elsid c7b95d1c9e
Fix build with GCC 13.1.1
openmw/apps/openmw/mwinput/controlswitch.hpp:32:49: error: ‘uint32_t’ has not been declared
   32 |         void readRecord(ESM::ESMReader& reader, uint32_t type);
      |                                                 ^~~~~~~~

openmw/apps/esmtool/labels.hpp:63:25: error: ‘uint32_t’ was not declared in this scope
   63 | std::string recordFlags(uint32_t flags);
      |                         ^~~~~~~~

openmw/components/detournavigator/recastmesh.hpp:91:14: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   91 |         std::uint8_t mLength;
      |              ^~~~~~~
      |              wint_t

openmw/components/platform/file.hpp:9:23: error: found ‘:’ in nested-name-specifier, expected ‘::’
    9 |     enum class Handle : intptr_t
      |                       ^
      |                       ::

openmw/components/settings/settings.hpp:63:21: error: ‘int64_t’ in namespace ‘std’ does not name a type
   63 |         static std::int64_t getInt64(std::string_view setting, std::string_view category);
      |                     ^~~~~~~

openmw/components/esm/common.cpp:5:38: error: ‘uint32_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
    5 |     std::string printName(const std::uint32_t typeId)
      |                                      ^~~~~~~~
      |                                      wint_t
2023-05-28 19:09:36 +02:00
..
benchmarks Support google benchmark v1.6.1 2022-07-06 15:06:59 +02:00
bsatool Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
bulletobjecttool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
esmtool Fix build with GCC 13.1.1 2023-05-28 19:09:36 +02:00
essimporter Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
launcher Save original paths 2023-03-21 09:39:28 +01:00
mwiniimporter Merge branch 'fontconfig' into 'master' 2022-08-17 21:16:56 +00:00
navmeshtool Use different object id for avoid shape 2023-05-14 15:00:58 +02:00
niftest Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
opencs Don't capture temporaries by reference 2023-03-20 22:14:21 +01:00
openmw Fix build with GCC 13.1.1 2023-05-28 19:09:36 +02:00
openmw_test_suite Add function LuaUtil::cast 2023-04-26 00:27:36 +02:00
wizard Merge branch 'fontconfig' into 'master' 2022-08-17 21:16:56 +00:00
doc.hpp